Skip to content

Commit

Permalink
chore: remove python3 from ui bilder
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 15, 2022
1 parent 2944405 commit d1745f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STEP 1 build ui
FROM --platform=$BUILDPLATFORM node:16-alpine as node

RUN apk update && apk add --no-cache make alpine-sdk python3
RUN apk update && apk add --no-cache make alpine-sdk

WORKDIR /build

Expand Down

0 comments on commit d1745f6

Please sign in to comment.