Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5559bc36fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/python:3.12-alpine
|
FROM docker.io/python:3.12-alpine
|
||||||
WORKDIR /3m
|
WORKDIR /3m
|
||||||
RUN apk update && apk add git openssl mariadb-connector-c-dev build-base
|
RUN apk update && apk add git openssl mariadb-connector-c-dev build-base linux-headers
|
||||||
|
|
||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue