Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azuur committed Feb 5, 2024
1 parent 5f9d5e5 commit 36df3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ RUN groupadd -g "${GID}" python \
&& useradd --create-home --no-log-init -u "${UID}" -g "${GID}" python \
&& chown python:python -R /package

RUN apt-get update && apt-get install -y curl

# For some reason copying to /package/dist/. doesn't work on AWS
COPY --from=build /dist/*.whl /package/.
RUN pip install *.whl
Expand Down

0 comments on commit 36df3fb

Please sign in to comment.