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 5c482df commit b768bc2Copy full SHA for b768bc2
1 file changed
src/autoconf/Dockerfile
@@ -39,7 +39,7 @@ FROM python:3.13-alpine@sha256:420cd0bf0f3998275875e02ecd5808168cf0843cbb4d3c536
39
RUN umask 027
40
41
# Install bash and create autoconf user
42
-RUN apk add --no-cache bash tzdata mariadb-connector-c mariadb-client sqlite postgresql-client && \
+RUN apk add --no-cache bash tzdata mariadb-connector-c mariadb-client sqlite && \
43
addgroup -g 101 autoconf && \
44
adduser -h /usr/share/bunkerweb/autoconf -g autoconf -s /sbin/nologin -G autoconf -D -H -u 101 --disabled-password autoconf
45
0 commit comments