Skip to content

Commit

Permalink
Merge pull request #60 from b3vis/adding-curl
Browse files Browse the repository at this point in the history
Added curl to base image
  • Loading branch information
B3vis authored Dec 20, 2020
2 parents c467171 + 2b8688b commit 9ff667f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apk upgrade --no-cache \
libacl \
postgresql-client \
mariadb-client \
curl \
&& rm -rf /var/cache/apk/* \
&& chmod 755 /entry.sh
VOLUME /mnt/source
Expand Down

0 comments on commit 9ff667f

Please sign in to comment.