Skip to content
Snippets Groups Projects
Unverified Commit aed09edd authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: fix last:1060 module

parent b453de8a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ ENV PACKAGES curl=7.58.0* \ ...@@ -8,7 +8,8 @@ ENV PACKAGES curl=7.58.0* \
g++ \ g++ \
zlib1g-dev=1:1.2.11* \ zlib1g-dev=1:1.2.11* \
ca-certificates=20180409 \ ca-certificates=20180409 \
build-essential=12.4* build-essential=12.4* \
python
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apt-get install -y --no-install-recommends ${PACKAGES} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment