Skip to content

Commit

Permalink
restore gitpython needed for upload
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Jan 5, 2024
1 parent 628e6e9 commit 305fc55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

RUN gem install bundle
RUN pip3 install --upgrade setuptools pip
# For uploading
RUN pip3 install gitpython

RUN ln -s `which nodejs` /usr/local/bin/node

Expand Down

0 comments on commit 305fc55

Please sign in to comment.