Skip to content

Commit

Permalink
Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Mar 28, 2024
1 parent 8959eca commit 10e42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1
RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd

RUN apk add --update --no-cache lighttpd=${LIGHTTPD_VERSION} \
RUN apk add --update --no-cache lighttpd=${LIGHTTPD_VERSION} curl \
&& rm -rf /var/cache/apk/* \
&& chgrp lighttpd /usr/sbin/lighttpd

Expand Down

0 comments on commit 10e42b0

Please sign in to comment.