Skip to content

Commit

Permalink
Update alpine.df
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 authored Apr 22, 2024
1 parent 64044ab commit 30135f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/alpine/alpine.df
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV HUGO_BIND="0.0.0.0" \

COPY --from=image / /

RUN apk -U upgrade && apk --no-cache add busybox-suid bash bash-completion tzdata make \
RUN apk -U upgrade && apk --no-cache add busybox-binsh busybox-suid bash bash-completion tzdata make \
&& find /tmp -mindepth 1 -maxdepth 1 | xargs rm -rf \
&& mkdir -p /src /target \
&& chmod a+w /src /target
Expand All @@ -36,4 +36,4 @@ IMPORT ../_imports/onbuild.df



FROM main
FROM main

0 comments on commit 30135f1

Please sign in to comment.