mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-13 19:27:27 +08:00
fix(docker): add pkg-config for docker build process
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.9.15-slim-bullseye
|
FROM python:3.9.15-slim-bullseye
|
||||||
|
|
||||||
RUN apt update && apt install default-libmysqlclient-dev build-essential libtk nodejs npm -y
|
RUN apt update && apt install default-libmysqlclient-dev build-essential libtk nodejs npm pkg-config -y
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user