memex-in commited on
Commit
3e5a1ba
·
verified ·
1 Parent(s): d90f5a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ 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 libpangocairo-1.0-dev libcairo2-dev -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-dev libcairo2-dev -y
13
  COPY requirements.txt ./
14
 
15
  RUN pip3 install -r requirements.txt