Skip to content

Commit

Permalink
preparing for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Churchill committed Apr 16, 2019
1 parent 5ec157b commit 4f4a5e9
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 13 deletions.
13 changes: 13 additions & 0 deletions Dockerfile.base
@@ -0,0 +1,13 @@
FROM ubuntu:14.04
MAINTAINER Berkeley Churchill (berkeley@cs.stanford.edu)

# SSH setup
CMD ["/usr/sbin/sshd", "-D"]
EXPOSE 22
ENV NOTVISIBLE "in users profile"
RUN useradd -ms /bin/bash -ms /bin/bash stoke

# Build everything
COPY . /home/stoke/base/
RUN chmod +x /home/stoke/base/scripts/docker/base-setup.sh && \
TRAVIS=$TRAVIS /home/stoke/base/scripts/docker/base-setup.sh

0 comments on commit 4f4a5e9

Please sign in to comment.