mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
reverting change to dockerfile (#1594)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user