We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0204fb commit a5b0a4bCopy full SHA for a5b0a4b
1 file changed
Dockerfile
@@ -13,7 +13,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
python3-pip \
14
python3-venv \
15
git-lfs \
16
+ wget \
17
+ ca-certificates \
18
&& git lfs install \
19
+ && wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq \
20
&& apt-get clean \
21
&& rm -rf /var/lib/apt/lists/*
22
0 commit comments