Skip to content

Commit

Permalink
moving to python alpine image due to PEP 668
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <[email protected]>
  • Loading branch information
MichaelHaigh committed Dec 15, 2023
1 parent 8023a83 commit d1649d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.minimal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache py3-pip jq
RUN python3 -m pip install actoolkit
FROM python:3.10.13-alpine3.19
RUN apk add --no-cache jq
RUN pip install actoolkit
CMD ["/bin/sh"]

0 comments on commit d1649d5

Please sign in to comment.