Skip to content

Commit

Permalink
Fix missing libsqlite3.so.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Apr 29, 2024
1 parent 2fe0865 commit e0fee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG CI_COMMIT_SHA
RUN make build-operator PACKAGE=${PACKAGE} CI_COMMIT_SHA=${CI_COMMIT_SHA}

FROM alpine:3.15 AS etherlink
RUN apk --no-cache add binutils gcc gmp libgmpxx hidapi libc-dev libev libffi sudo
RUN apk --no-cache add binutils gcc gmp libgmpxx hidapi libc-dev libev libffi sudo sqlite
ARG OCTEZ_PROTO
COPY --from=octez /usr/local/bin/octez-smart-rollup-node-${OCTEZ_PROTO} /usr/bin/octez-smart-rollup-node
COPY --from=octez /usr/local/bin/octez-client /usr/bin/octez-client
Expand Down

0 comments on commit e0fee09

Please sign in to comment.