Skip to content

Commit

Permalink
#128 Add curl to docker image (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski authored Oct 6, 2024
1 parent 0014bed commit 0aa6452
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 @@ -75,6 +75,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
libgd-dev \
libexif-dev \
libiptcdata0-dev \
curl \
&& rm -r /var/lib/apt/lists/*

# Create a vapor user and group with /app as its home directory
Expand Down

0 comments on commit 0aa6452

Please sign in to comment.