Skip to content

Commit

Permalink
Revert "Add curl"
Browse files Browse the repository at this point in the history
This reverts commit 10e42b0.
  • Loading branch information
dodinh committed Apr 15, 2024
1 parent 3eb730a commit 9a82a1a
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} curl \
RUN apk add --update --no-cache lighttpd=${LIGHTTPD_VERSION} \
&& rm -rf /var/cache/apk/* \
&& chgrp lighttpd /usr/sbin/lighttpd

Expand Down

0 comments on commit 9a82a1a

Please sign in to comment.