Skip to content

Commit a4a5e93

Browse files
authored
Update Dockerfile
1 parent 2b44f48 commit a4a5e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY --from=staging /app /app
5555
RUN apk add --no-cache \
5656
bash curl coreutils ca-certificates shadow jq nginx \
5757
openssl postgresql17-client tzdata \
58-
s6-overlay netcat-openbsd dpkg \
58+
s6-overlay netcat-openbsd dpkg mariadb-client \
5959
libffi jpeg libjpeg-turbo libpng zlib mariadb-connector-c-dev \
6060
&& echo "**** install build dependencies and pip packages ****" \
6161
&& apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)