Skip to content

Commit e762864

Browse files
committed
all the postgres
1 parent 2c1b89e commit e762864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM alpine:3.17
33
LABEL org.opencontainers.image.authors="https://github.com/halkeye"
44

5-
RUN apk add --no-cache --update postgresql-client postgresql15-client bash python3 py3-pip samba-client shadow openssl coreutils && \
5+
RUN apk add --no-cache --update postgresql-client postgresql15-client postgresql16-client bash python3 py3-pip samba-client shadow openssl coreutils && \
66
touch /etc/samba/smb.conf && \
77
pip3 install awscli
88

0 commit comments

Comments
 (0)