Skip to content

Commit

Permalink
reverting change to dockerfile (hyperledger#1594)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
joshuafernandes authored Jun 21, 2019
1 parent 4910121 commit 5ca6f94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM openjdk:11.0.2-jre-slim-stretch

COPY pantheon /opt/pantheon/
COPY pantheon-*.tar.gz /tmp/.
RUN tar xzf /tmp/pantheon-*.tar.gz -C /tmp && \
rm /tmp/pantheon-*.tar.gz && \
mv /tmp/pantheon-* /opt/pantheon


RUN mkdir /var/lib/pantheon
RUN mkdir /etc/pantheon/
Expand Down

0 comments on commit 5ca6f94

Please sign in to comment.