Skip to content

Commit

Permalink
fix: install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Aug 27, 2024
1 parent 3df5367 commit 748d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM base as build
# Install packages needed to build node modules

RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential node-gyp pkg-config python-is-python3 sqlite3
apt-get install --no-install-recommends -y build-essential node-gyp pkg-config python-is-python3 sqlite3 curl

# Install node modules
COPY --link . .
Expand Down

0 comments on commit 748d8f1

Please sign in to comment.