Skip to content

Commit b768bc2

Browse files
committed
fix(docker): remove postgresql-client from installation to streamline dependencies
1 parent 5c482df commit b768bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/autoconf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FROM python:3.13-alpine@sha256:420cd0bf0f3998275875e02ecd5808168cf0843cbb4d3c536
3939
RUN umask 027
4040

4141
# Install bash and create autoconf user
42-
RUN apk add --no-cache bash tzdata mariadb-connector-c mariadb-client sqlite postgresql-client && \
42+
RUN apk add --no-cache bash tzdata mariadb-connector-c mariadb-client sqlite && \
4343
addgroup -g 101 autoconf && \
4444
adduser -h /usr/share/bunkerweb/autoconf -g autoconf -s /sbin/nologin -G autoconf -D -H -u 101 --disabled-password autoconf
4545

0 commit comments

Comments
 (0)