Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 22, 2016
1 parent 4d5eb0e commit 225a672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN script/build_python_openzwave && \

COPY requirements_all.txt requirements_all.txt
# certifi breaks Debian based installs
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall certifi
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi

# Copy source
COPY . .
Expand Down

0 comments on commit 225a672

Please sign in to comment.