Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Sep 5, 2019
1 parent 5e5d499 commit 8cdbcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
0.5.88
0.5.89
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -5,6 +5,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
RUN curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /usr/local/bin/cc-test-reporter
RUN chmod +x /usr/local/bin/cc-test-reporter
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-linux-amd64-v0.6.1.tar.gz && tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.6.1.tar.gz && rm dockerize-linux-amd64-v0.6.1.tar.gz
RUN rm -f /usr/local/lib/ruby/gems/2.5.0/specifications/default/fileutils-1.0.2.gemspec
RUN useradd -ms /bin/bash charon
USER charon
RUN mkdir -p /home/charon/web
Expand Down

0 comments on commit 8cdbcdb

Please sign in to comment.