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.
1 parent b259b99 commit c2771ceCopy full SHA for c2771ce
build/etherlink/Dockerfile
@@ -36,8 +36,8 @@ ARG PACKAGE
36
ARG CI_COMMIT_SHA
37
RUN make build-operator PACKAGE=${PACKAGE} CI_COMMIT_SHA=${CI_COMMIT_SHA}
38
39
-FROM alpine:3.15 AS etherlink
40
-RUN apk --no-cache add binutils gcc gmp libgmpxx hidapi libc-dev libev libffi sudo sqlite sqlite-libs sqlite-dev
+FROM alpine:latest AS etherlink
+RUN apk --no-cache add binutils gcc gmp libgmpxx hidapi libc-dev libev libffi sudo sqlite sqlite-libs sqlite-dev openssl libcrypto3
41
COPY --from=octez /usr/local/bin/octez-smart-rollup-node /usr/bin/octez-smart-rollup-node
42
COPY --from=octez /usr/local/bin/octez-client /usr/bin/octez-client
43
COPY --from=octez /usr/local/bin/octez-node /usr/bin/octez-node
0 commit comments