We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57904d commit 88be423Copy full SHA for 88be423
src/Dockerfile
@@ -40,7 +40,8 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.21.1/yq_linux_"$(d
40
tar xz && mv yq_linux_"$(dpkg --print-architecture)" /usr/bin/yq
41
42
# Install expect, vim
43
-RUN apt update && \
+RUN apt-get clean && \
44
+ apt update && \
45
apt-get install expect -y && \
46
apt-get install vim -y
47
0 commit comments