Skip to content

Commit

Permalink
Fixes to ext-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg authored Jun 5, 2023
1 parent 2f0c5d8 commit 96b8217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/alpine-ext/ext-alpine.df
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV HUGO_BIND="0.0.0.0" \
GOROOT="/usr/local/lib/go" \
HOME="/tmp"

RUN apk add --no-cache libc6-compat libstdc++ busybox-suid bash bash-completion git tzdata make \
RUN apk add --no-cache libc6-compat gcompat libstdc++ openssl ncurses-libs busybox-suid bash bash-completion git tzdata make \
# Python 3
python3 py-pip py-setuptools

Expand Down

0 comments on commit 96b8217

Please sign in to comment.