Skip to content

Commit bae2abf

Browse files
committed
Merge branch 'master' of https://github.com/CoinVault/Nako.git
2 parents 7668c32 + 6d6b47a commit bae2abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/nako/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM mono:4
22

33
MAINTAINER Dan Gershony - CoinVault <dan@coinvault.io>
44

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

78
RUN mkdir -p /usr/src/app/source /usr/src/app/build
89
#WORKDIR /usr/src/app/source

0 commit comments

Comments
 (0)