Skip to content
Snippets Groups Projects
Commit ec8bcb8c authored by Craig Tiller's avatar Craig Tiller
Browse files

Actually update dockerfile

parent 8b787607
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,8 @@ RUN apt-get update && apt-get -y install python-pip && apt-get clean ...@@ -70,7 +70,8 @@ RUN apt-get update && apt-get -y install python-pip && apt-get clean
RUN pip install argparse RUN pip install argparse
RUN wget http://openssl.org/source/openssl-1.0.2f.tar.gz RUN wget http://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 # Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment