Skip to content

Commit

Permalink
DOP-4305 testing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 6, 2024
1 parent 2087fe8 commit 26568ac
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 @@ -33,6 +33,8 @@ ENV DEBIAN_FRONTEND=noninteractive

# helper libraries for docs builds
RUN apt-get -o Acquire::Check-Valid-Until=false update
RUN virtualenv /venv
RUN /venv/bin/pip install --upgrade --force setuptools
RUN apt-get update && apt-get install -y vim git


Expand Down

0 comments on commit 26568ac

Please sign in to comment.