mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 07:38:03 -05:00
Use python3 in Dockerfile (#3426)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
FROM node:14-alpine as build
|
||||
WORKDIR /usr/app
|
||||
RUN apk update && apk add --no-cache g++ make python && rm -rf /var/cache/apk/*
|
||||
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
|
||||
|
||||
# Installs all deps in the root yarn.lock, which are most of them. To cache before copying the src
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
Reference in New Issue
Block a user