Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
|
|
9 |
git \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
RUN apt update
|
12 |
-
RUN apt install pkg-config cmake libcairo2-dev libpangocairo-1.0-0 python3-cffi python3-cairocffi -y
|
|
|
13 |
COPY requirements.txt ./
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
|
|
9 |
git \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
RUN apt update
|
12 |
+
RUN apt install pkg-config cmake libcairo2-dev libpangocairo-1.0-0 python3-cffi python3-cairocffi libpango1.0-dev -y
|
13 |
+
RUN apt install dpkg -y
|
14 |
COPY requirements.txt ./
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|