diff options
-rw-r--r-- | docker/base.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/base.Dockerfile b/docker/base.Dockerfile index de33a5e..993e45d 100644 --- a/docker/base.Dockerfile +++ b/docker/base.Dockerfile @@ -19,7 +19,7 @@ RUN make FROM python:3.7.4-alpine3.10 ENV PIP_NO_CACHE_DIR=false RUN apk add --no-cache --update \ - libnl3~-3.4 \ + libnl3~=3.4 \ libstdc++~=8.3 \ protobuf~=3.6 RUN pip install pipenv==2018.11.26 |