Skip to content

Commit

Permalink
AS base docker image (#7749)
Browse files Browse the repository at this point in the history
### Description

Update AS docker image to be compatible with CLI. Currently they have different versions of GLIBC which has caused issues in our partner's build pipeline.
  • Loading branch information
codyborn authored Apr 24, 2021
1 parent da677b6 commit 6c54a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/attestation-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:10
FROM node:10-alpine
WORKDIR /celo-monorepo

RUN apk update && apk add python git make gcc g++ pkgconfig libusb libusb-dev linux-headers eudev-dev bash

# ensure yarn.lock is evaluated by kaniko cache diff
COPY lerna.json package.json yarn.lock ./
COPY scripts/ scripts/
Expand Down

0 comments on commit 6c54a88

Please sign in to comment.