Skip to content

Commit

Permalink
DOP-4305 install unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 7, 2024
1 parent e94cbaf commit c44b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV DEBIAN_FRONTEND=noninteractive


# helper libraries for docs builds
RUN apt-get update && apt-get install -y vim git
RUN apt-get update && apt-get install -y vim git && apt-get install unzip


ENV PATH="${PATH}:/opt/snooty:/opt/mut:/home/docsworker-xlarge/.local/bin:/usr/local/lib/python2.7/dist-packages/virtualenv/bin"
Expand Down

0 comments on commit c44b303

Please sign in to comment.