summaryrefslogtreecommitdiffstats
path: root/base_sdc-python/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'base_sdc-python/Dockerfile')
-rw-r--r--base_sdc-python/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile
index 57daaa9..53b92db 100644
--- a/base_sdc-python/Dockerfile
+++ b/base_sdc-python/Dockerfile
@@ -21,7 +21,7 @@ RUN apk update && \
build-base \
curl-dev && \
# needed libcurl to install correctly
- pip install 'pycurl==7.43.0.1' && \
+ pip install --no-cache-dir 'pycurl==7.43.0.1' && \
set -ex && \
gem install \
chef:13.8.5 \