Skip to content

Commit 65e7228

Browse files
committed
[skip ci] updated dockerfile with gcc
1 parent 4358f6a commit 65e7228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PIP_ROOT_USER_ACTION ignore
77
WORKDIR /app
88

99
RUN apt-get update \
10-
&& apt-get install -y libcairo2
10+
&& apt-get install -y gcc libcairo2
1111

1212
COPY requirements.txt ./
1313

0 commit comments

Comments
 (0)