We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877f521 commit b3a72a6Copy full SHA for b3a72a6
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y curl python2.7-minimal python-pip pytho
10
curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python2 && \
11
pip install --no-cache-dir -r /usr/src/redshirt/requirements.txt && \
12
AUTO_ADDED_PACKAGES=`apt-mark showauto` && apt-get remove --purge -y $AUTO_ADDED_PACKAGES && \
13
- apt-get install -y python2.7-minimal taskd gnutls-bin && \
+ apt-get install -y python2.7-minimal taskd gnutls-bin curl && \
14
rm -rf /var/lib/apt/lists/*
15
16
COPY . /usr/src/redshirt/
requirements.txt
@@ -5,5 +5,5 @@ mock==2.0.0
5
pbr==1.10.0
6
psutil==4.3.0
7
six==1.10.0
8
-packaging==16.7
+packaging
9
requests==2.10.0
0 commit comments