We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b89e commit e762864Copy full SHA for e762864
Dockerfile
@@ -2,7 +2,7 @@
2
FROM alpine:3.17
3
LABEL org.opencontainers.image.authors="https://github.com/halkeye"
4
5
-RUN apk add --no-cache --update postgresql-client postgresql15-client bash python3 py3-pip samba-client shadow openssl coreutils && \
+RUN apk add --no-cache --update postgresql-client postgresql15-client postgresql16-client bash python3 py3-pip samba-client shadow openssl coreutils && \
6
touch /etc/samba/smb.conf && \
7
pip3 install awscli
8
0 commit comments