We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af755c8 commit 1814ecfCopy full SHA for 1814ecf
1 file changed
Dockerfile
@@ -9,13 +9,13 @@ ENV PYTHONUNBUFFERED=1 \
9
# Set work directory
10
WORKDIR /app
11
12
-# Install system dependencies
13
-RUN apt-get update && apt-get install -y \
+RUN apt update&&apt upgrade -y
+RUN apt install -y \
14
build-essential \
15
libcairo2 \
16
libpango-1.0-0 \
17
libpangocairo-1.0-0 \
18
- libgdk-pixbuf2.0-0 \
+ libgdk-pixbuf-xlib-2.0-0 \
19
libffi-dev \
20
shared-mime-info \
21
&& rm -rf /var/lib/apt/lists/*
0 commit comments