We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4358f6a commit 65e7228Copy full SHA for 65e7228
Dockerfile
@@ -7,7 +7,7 @@ ENV PIP_ROOT_USER_ACTION ignore
7
WORKDIR /app
8
9
RUN apt-get update \
10
- && apt-get install -y libcairo2
+ && apt-get install -y gcc libcairo2
11
12
COPY requirements.txt ./
13
0 commit comments