Skip to content

Commit

Permalink
Need wget
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 24, 2024
1 parent a43a4d6 commit 5fcacb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ RUN apt update && apt upgrade -y
# git is used by `buildsite.py git`
RUN apt install git -y
# subversion is used by asfdata.py plugin in template-site to retrieve release information
RUN apt install subversion -y
# wget is used by pagefind.sh (www-site)
RUN apt install subversion wget -y
# we likely do not need the following
# RUN apt install wget unzip fontconfig -y
# RUN apt install unzip fontconfig -y

# Use the Pelican version as installed on CI pelican builders (2023-06-02)
ARG PELICAN_VERSION=4.5.4
Expand Down

0 comments on commit 5fcacb4

Please sign in to comment.