Skip to content

Commit

Permalink
Actually update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 24, 2016
1 parent 8b78760 commit ec8bcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/dockerfile/test/cxx_squeeze_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ RUN apt-get update && apt-get -y install python-pip && apt-get clean
RUN pip install argparse

RUN wget https://openssl.org/source/openssl-1.0.2f.tar.gz
ADD post-git-setup.sh /

ENV POST_GIT_STEP tools/dockerfile/test/cxx_squeeze_x64/post-git-setup.sh

# Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
Expand Down

0 comments on commit ec8bcb8

Please sign in to comment.