Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Aug 2, 2023
1 parent 140f73e commit f53e085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ ENV EXTENSIONS=$HOME/parallel-extensions/

WORKDIR $HOME

RUN whoami
RUN groups
RUN pwd
RUN ls -ld .
RUN ls -Al .

COPY requirements.txt .
RUN pip3 install --user -r requirements.txt

Expand Down

0 comments on commit f53e085

Please sign in to comment.