Skip to content

Commit f498327

Browse files
authored
build: Update package list
1 parent 2af5e49 commit f498327

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
FROM alpine:edge
44

55
RUN set -eu && \
6+
apk update && \
7+
apk upgrade && \
68
apk --no-cache add \
79
tini \
810
bash \
911
samba \
10-
samba-common-server-libs \
1112
tzdata \
12-
shadow && \
13+
shadow \
14+
libauth-samba && \
1315
addgroup -S smb && \
1416
rm -f /etc/samba/smb.conf && \
1517
rm -rf /tmp/* /var/cache/apk/*

0 commit comments

Comments
 (0)