Skip to content

Commit

Permalink
remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Aug 20, 2023
1 parent ec5ede7 commit 3877ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UPSTREAM_IMAGE
ARG UPSTREAM_DIGEST_ARM64

FROM node:16.17-alpine AS builder
RUN apk add --no-cache curl build-base python3 python2 sqlite
RUN apk add --no-cache curl build-base python3 sqlite
ARG VERSION
ENV COMMIT_TAG=${VERSION}
RUN mkdir /build && \
Expand Down

0 comments on commit 3877ffc

Please sign in to comment.