Skip to content

Commit

Permalink
Merge pull request #35 from fridex/fix-local-setup
Browse files Browse the repository at this point in the history
Fix local setup

Reviewed-by: https://github.com/thoth-zuul[bot]
  • Loading branch information
thoth-zuul[bot] committed Jul 5, 2018
2 parents d1e975b + 54ed1b9 commit ab29d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ ENV USER=kebechet \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8

# Add the ssh key from local dir to container dir.
# ADD github /home/user/.ssh/id_rsa

RUN \
dnf install -y --setopt=tsflags=nodocs git python3-pip gcc redhat-rpm-config python3-devel which gcc-c++ &&\
pip3 install kebechet &&\
mkdir /home/user /home/user/.ssh &&\
mkdir -p /home/user/.ssh &&\
chmod a+wr /etc/passwd /home/user

# Add the ssh key from local dir to container dir.
# ADD github /home/user/.ssh/id_rsa

COPY docker-entrypoint.sh /

# Arbitrary User
Expand Down

0 comments on commit ab29d90

Please sign in to comment.