add extra docker dependency
This commit is contained in:
parent
ba2e896813
commit
dc957a08ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/python:3.12-alpine
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue