Skip to content

Commit

Permalink
chore: dev.Dockerfile 수정
Browse files Browse the repository at this point in the history
 Refs: #8
  • Loading branch information
seopbo committed Oct 11, 2020
1 parent 7c60aab commit 52c5bc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ ARG PASSWD
RUN echo user:${PASSWD:-hephaestus} | sudo chpasswd
RUN sudo sed -i 's_/usr/lib/openssh/sftp-server_internal-sftp_g' /etc/ssh/sshd_config
RUN echo "sudo service ssh start" > /home/user/.bashrc


# pyenv 추가 설정
RUN echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc

0 comments on commit 52c5bc8

Please sign in to comment.