Skip to content

Commit

Permalink
apk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modem7 committed Jan 31, 2024
1 parent fc699de commit 5420da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-fullbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV LANG='en_US.UTF-8' \
TZ="Europe/London"

RUN <<EOF
set -x
set -xe
apk upgrade --update --no-cache
tar -C / -Jxpf /tmp/s6-overlay.tar.xz
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz
Expand All @@ -54,7 +54,7 @@ RUN <<EOF
mariadb-client \
mariadb-connector-c \
mongodb-tools \
openssl1.1-compat \
openssl \
postgresql-client \
sshfs \
sqlite \
Expand Down

0 comments on commit 5420da1

Please sign in to comment.