Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix(docker): remove duplicate python3 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jogerj committed Aug 8, 2023
1 parent 974cd3d commit d056f1e
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 @@
FROM alpine:3.18 AS compile-image

RUN apk update
RUN apk add --no-cache python3 make automake gcc g++ subversion python3-dev libffi-dev
RUN apk add --no-cache make automake gcc g++ subversion python3-dev libffi-dev

WORKDIR /app

Expand Down

0 comments on commit d056f1e

Please sign in to comment.