chore: docker improvements (#825)

This commit is contained in:
Bjerg
2023-01-11 22:21:14 +01:00
committed by GitHub
parent 09b7958fb2
commit 2f79d6e89a
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-
COPY . reth
# Build reth
RUN cd reth && cargo build --all --profile release
RUN cd reth && cargo build --all --locked --profile $BUILD_PROFILE
# Use alpine as the release image
FROM frolvlad/alpine-glibc