Skip to content

Commit

Permalink
updated dockerfile to use pip3 instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangraham2001 committed Sep 10, 2024
1 parent 73d67d0 commit fecf59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/infrastructure/utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.10

RUN pip install --user python-hcl2
RUN pip3 install python-hcl2

WORKDIR /app

0 comments on commit fecf59e

Please sign in to comment.