Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Apr 4, 2024
1 parent 7b8f4c2 commit 36e492c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Container image that runs your code
FROM johnfraney/docker-python-imagemagick7

ENV PATH="/root/.local/bin:${PATH}"

RUN pipx ensurepath

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 36e492c

Please sign in to comment.