Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
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
|
|
|
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 |
+
RUN dpkg -l | grep libpango1.0-dev
|
15 |
COPY requirements.txt ./
|
16 |
|
17 |
RUN pip3 install -r requirements.txt
|