File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION
22
3- FROM alpine:${ALPINE_VERSION} as build-stage
3+ FROM alpine:${ALPINE_VERSION} AS build-stage
44
55ARG TARGETARCH
66ARG TARGETVARIANT
@@ -16,7 +16,7 @@ busybox,\
1616libc-utils
1717
1818# set version for s6 overlay
19- ARG S6_OVERLAY_VERSION="3.2.0.0 "
19+ ARG S6_OVERLAY_VERSION="3.2.0.2 "
2020ARG S6_OVERLAY_ARCH
2121
2222# build rootfs and add s6 overlay
@@ -65,10 +65,9 @@ apk update && apk add --no-cache \
6565 curl \
6666 jq \
6767 netcat-openbsd \
68+ procps-ng \
6869 shadow \
6970 tzdata && \
70- apk update && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
71- procps-ng && \
7271# create user and make folders
7372 groupmod -g 1000 users && \
7473 useradd -u 901 -U -d /config -s /bin/false disty && \
You can’t perform that action at this time.
0 commit comments