Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jun 30, 2016
2 parents 7668c32 + 6d6b47a commit bae2abf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nako/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM mono:4

MAINTAINER Dan Gershony - CoinVault <[email protected]>

RUN apt-get update && apt-get install nano
RUN apt-get update && apt-get install nano /
&& echo -e "\nexport TERM=xterm" >> ~/.bashrc

RUN mkdir -p /usr/src/app/source /usr/src/app/build
#WORKDIR /usr/src/app/source
Expand Down

0 comments on commit bae2abf

Please sign in to comment.