Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
software-properties-common \
|
9 |
git \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
11 |
RUN apt install pkg-config cmake libcairo2-dev -y
|
12 |
COPY requirements.txt ./
|
13 |
|
|
|
8 |
software-properties-common \
|
9 |
git \
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
+
RUN apt update
|
12 |
RUN apt install pkg-config cmake libcairo2-dev -y
|
13 |
COPY requirements.txt ./
|
14 |
|