Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Install Docker inside badwolf
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 3, 2017
1 parent c1bbeb6 commit 7ec2077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
eslint-plugin-react eslint-plugin-react-native \
babel-eslint

# Install Docker
RUN curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz && \
tar --strip-components=1 -xvzf docker-17.05.0-ce.tgz -C /usr/local/bin && \
rm docker-17.05.0-ce.tgz

RUN pip2 install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order flake8-network-timeout \
&& python3.6 -m pip install -U badwolf \
Expand Down

0 comments on commit 7ec2077

Please sign in to comment.