mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
chore(docker): remove apt-get upgrade to ensure reproducible and faster builds (#19080)
This commit is contained in:
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth
|
|||||||
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
|
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config
|
RUN apt-get update && apt-get install -y libclang-dev pkg-config
|
||||||
|
|
||||||
# Builds a cargo-chef plan
|
# Builds a cargo-chef plan
|
||||||
FROM chef AS planner
|
FROM chef AS planner
|
||||||
|
|||||||
Reference in New Issue
Block a user