Skip to content

Commit 004c567

Browse files
committed
GethNode:Expose HTTP API; SGXDev:Added more pkg
1 parent 8345396 commit 004c567

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

GethNode/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN echo $(md5sum /opt/geth/geth.tar.gz)
3030
RUN tar -xvzf /opt/geth/geth.tar.gz -C /opt/geth --strip-components=1
3131
ENV PATH="/opt/geth:${PATH}"
3232

33+
EXPOSE 8545
34+
3335
# Prysm
3436
ARG PRYSM_VER=v5.0.0
3537
RUN mkdir /opt/prysm

SGXDev/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ RUN apt-get update -y && \
2020
apt-get install -y \
2121
nano \
2222
less \
23+
unzip \
2324
net-tools \
2425
iputils-ping \
2526
git \
2627
curl \
2728
build-essential \
2829
cmake=3.22.1-1ubuntu1.22.04.1 \
2930
python3=3.10.6-1~22.04 \
31+
python3-venv=3.10.6-1~22.04 \
3032
python3-pip=22.0.2+dfsg-1ubuntu0.4
3133

3234
# SSH Server

0 commit comments

Comments
 (0)