We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d76a2 commit b4dc8caCopy full SHA for b4dc8ca
appqos/docker/Dockerfile
@@ -22,7 +22,8 @@ ENV DEBIAN_FRONTEND noninteractive
22
COPY . /appqos_workspace
23
24
# install libpqos dependencies
25
-RUN apt-get install -y --no-install-recommends \
+RUN apt-get update -q && \
26
+ apt-get install -y --no-install-recommends \
27
make \
28
gcc \
29
libc-dev && \
@@ -51,7 +52,8 @@ ENV PIP_USER=1
51
52
53
54
# install dependencies
55
56
57
python3-pip \
58
git && \
59
apt-get clean
0 commit comments