From 004c56778938cdea6a41a558c3040868c0f781bb Mon Sep 17 00:00:00 2001 From: Haofan Zheng Date: Tue, 5 Mar 2024 14:07:31 -0800 Subject: [PATCH] GethNode:Expose HTTP API; SGXDev:Added more pkg --- GethNode/Dockerfile | 2 ++ SGXDev/Dockerfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/GethNode/Dockerfile b/GethNode/Dockerfile index e06a689..322cd07 100644 --- a/GethNode/Dockerfile +++ b/GethNode/Dockerfile @@ -30,6 +30,8 @@ RUN echo $(md5sum /opt/geth/geth.tar.gz) RUN tar -xvzf /opt/geth/geth.tar.gz -C /opt/geth --strip-components=1 ENV PATH="/opt/geth:${PATH}" +EXPOSE 8545 + # Prysm ARG PRYSM_VER=v5.0.0 RUN mkdir /opt/prysm diff --git a/SGXDev/Dockerfile b/SGXDev/Dockerfile index e767c79..452319f 100644 --- a/SGXDev/Dockerfile +++ b/SGXDev/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update -y && \ apt-get install -y \ nano \ less \ + unzip \ net-tools \ iputils-ping \ git \ @@ -27,6 +28,7 @@ RUN apt-get update -y && \ build-essential \ cmake=3.22.1-1ubuntu1.22.04.1 \ python3=3.10.6-1~22.04 \ + python3-venv=3.10.6-1~22.04 \ python3-pip=22.0.2+dfsg-1ubuntu0.4 # SSH Server