We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b44f48 commit a4a5e93Copy full SHA for a4a5e93
Dockerfile
@@ -55,7 +55,7 @@ COPY --from=staging /app /app
55
RUN apk add --no-cache \
56
bash curl coreutils ca-certificates shadow jq nginx \
57
openssl postgresql17-client tzdata \
58
- s6-overlay netcat-openbsd dpkg \
+ s6-overlay netcat-openbsd dpkg mariadb-client \
59
libffi jpeg libjpeg-turbo libpng zlib mariadb-connector-c-dev \
60
&& echo "**** install build dependencies and pip packages ****" \
61
&& apk add --no-cache --virtual .build-deps \
0 commit comments