Skip to content

Commit

Permalink
fix: install with root
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 13, 2024
1 parent 4d29c3a commit 7d5242c
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
Expand Up @@ -4,7 +4,11 @@

FROM ape:latest-slim

USER root

RUN pip install --upgrade pip
RUN pip install /wheels/*.whl

USER harambe

RUN ape --version

0 comments on commit 7d5242c

Please sign in to comment.