File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ ADD . /prysm
17
17
RUN cd /prysm/cmd/beacon-chain && CGO_ENABLED=1 go build -v -o /usr/local/bin/beacon-chain
18
18
19
19
# Pull Geth into a second stage deploy container
20
- FROM debian:bullseye-slim
21
-
22
- RUN apt-get update && apt-get install -y \
23
- ca-certificates \
24
- libstdc++6 \
25
- libc-dev \
26
- && apt-get clean \
27
- && rm -rf /var/lib/apt/lists/*
20
+ FROM debian:latest
28
21
29
22
COPY --from=builder /usr/local/bin/beacon-chain /usr/local/bin/
30
23
Original file line number Diff line number Diff line change @@ -17,14 +17,7 @@ ADD . /prysm
17
17
RUN cd /prysm/cmd/validator && CGO_ENABLED=1 go build -v -o /usr/local/bin/validator
18
18
19
19
# Pull Geth into a second stage deploy container
20
- FROM debian:bullseye-slim
21
-
22
- RUN apt-get update && apt-get install -y \
23
- ca-certificates \
24
- libstdc++6 \
25
- libc-dev \
26
- && apt-get clean \
27
- && rm -rf /var/lib/apt/lists/*
20
+ FROM debian:latest
28
21
29
22
COPY --from=builder /usr/local/bin/validator /usr/local/bin/
30
23
You can’t perform that action at this time.
0 commit comments