nimbus needs build files
This commit is contained in:
12
nimbus/Dockerfile
Normal file
12
nimbus/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG UPSTREAM_VERSION
|
||||
|
||||
FROM statusim/nimbus-eth2:multiarch-${UPSTREAM_VERSION}
|
||||
|
||||
USER root
|
||||
RUN apt update && apt install curl jq -y
|
||||
|
||||
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
||||
COPY auth-token /home/user/nimbus-eth2/build/data/auth-token
|
||||
COPY jwtsecret.hex /jwtsecret
|
||||
|
||||
ENTRYPOINT [ "entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user