Skip to content

Commit a5b0a4b

Browse files
author
Weilong
committed
wget
1 parent e0204fb commit a5b0a4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
python3-pip \
1414
python3-venv \
1515
git-lfs \
16+
wget \
17+
ca-certificates \
1618
&& git lfs install \
19+
&& wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq \
1720
&& apt-get clean \
1821
&& rm -rf /var/lib/apt/lists/*
1922

0 commit comments

Comments
 (0)