Skip to content

Commit

Permalink
Merge pull request #54 from HumanCellAtlas/ds_fix_bad_docker_cache_538
Browse files Browse the repository at this point in the history
Fix bad docker cache (538)
  • Loading branch information
David Shiga authored Feb 5, 2018
2 parents f978245 + 571b61f commit 8a8bd9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ubuntu:16.04

RUN apt-get update && apt-get upgrade -y

RUN apt-get -y install --no-install-recommends \
RUN apt-get update && apt-get upgrade -y && \
apt-get -y install --no-install-recommends \
python-pip \
python-setuptools \
vim \
Expand Down

0 comments on commit 8a8bd9a

Please sign in to comment.