We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62b2ae0 + 7b39f83 commit 11150f6Copy full SHA for 11150f6
scripts/docker/buildpack-deps/Dockerfile.ubuntu2404.arm
@@ -22,7 +22,7 @@
22
# (c) 2016-2025 solidity contributors.
23
#------------------------------------------------------------------------------
24
FROM --platform=linux/arm64 buildpack-deps:noble AS base
25
-LABEL version="1"
+LABEL version="2"
26
27
ARG DEBIAN_FRONTEND=noninteractive
28
@@ -104,6 +104,7 @@ RUN <<-EOF
104
EOF
105
106
FROM base
107
+COPY --from=libraries /usr/local/lib/libevmone* /usr/lib
108
COPY --from=libraries /usr/lib /usr/lib
109
COPY --from=libraries /usr/bin /usr/bin
110
COPY --from=libraries /usr/include /usr/include
0 commit comments