Skip to content

Commit

Permalink
add curl to make update-data not break (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: rm <[email protected]>
  • Loading branch information
rmalchow and rm-mcon authored Dec 19, 2023
1 parent 3c95f27 commit cd63ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV BUNDLE_WITHOUT "development:test:doc"
ENV MAKEFLAGS "-j$(nproc)"
COPY Gemfile Gemfile.lock /voctoweb/
RUN set -eux; \
apk add curl; \
apk add --no-cache --virtual .build-deps \
g++ \
git \
Expand Down

0 comments on commit cd63ec2

Please sign in to comment.