Skip to content

Commit

Permalink
Dockerfileの微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-taro committed Jan 26, 2019
1 parent 759302e commit e3a6d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nem-nis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian

RUN apt-get update && apt-get install openjdk-8-jdk -y && apt-get install curl -y
WORKDIR $HOME/nis
WORKDIR /root/nis
RUN curl -o nis-0.6.96.tgz https://nem.ninja/nis-0.6.96.tgz \
&& tar zxvf nis-0.6.96.tgz
WORKDIR package
Expand Down

0 comments on commit e3a6d35

Please sign in to comment.