Skip to content

Commit

Permalink
Docker: install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Mar 18, 2024
1 parent e125e56 commit 6002c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG PGID

# Install OS Dependencies
RUN apt-get update -y && \
apt-get install curl libssl-dev libcurl4-openssl-dev libxml2-dev libfontconfig1-dev git texlive-full python3 pandoc -y
apt-get install curl wget libssl-dev libcurl4-openssl-dev libxml2-dev libfontconfig1-dev git texlive-full python3 pandoc -y

RUN update-ca-certificates -f

Expand Down

0 comments on commit 6002c6b

Please sign in to comment.