Skip to content

Commit

Permalink
GethNode:Expose HTTP API; SGXDev:Added more pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed Mar 5, 2024
1 parent 8345396 commit 004c567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GethNode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions SGXDev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ RUN apt-get update -y && \
apt-get install -y \
nano \
less \
unzip \
net-tools \
iputils-ping \
git \
curl \
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
Expand Down

0 comments on commit 004c567

Please sign in to comment.