Skip to content

Commit 362bf70

Browse files
committed
Remove shadow
Package doesn’t exists anymore and content is available in base imageg
1 parent 9b50eaf commit 362bf70

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/bootstrap/alpine-3/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN set -x \
2727
# Install base stuff
2828
&& /usr/local/bin/apk-install \
2929
bash \
30-
shadow \
3130
ca-certificates \
3231
# Install ansible
3332
&& /usr/local/bin/apk-install \

template/Dockerfile/images/bootstrap.jinja2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN set -x \
1010
# Install base stuff
1111
&& /usr/local/bin/apk-install \
1212
bash \
13-
shadow \
1413
ca-certificates \
1514
# Install ansible
1615
&& /usr/local/bin/apk-install \

0 commit comments

Comments
 (0)