Skip to content

Commit 88be423

Browse files
author
Mike Potter
committed
Fix apt update.
1 parent a57904d commit 88be423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.21.1/yq_linux_"$(d
4040
tar xz && mv yq_linux_"$(dpkg --print-architecture)" /usr/bin/yq
4141

4242
# Install expect, vim
43-
RUN apt update && \
43+
RUN apt-get clean && \
44+
apt update && \
4445
apt-get install expect -y && \
4546
apt-get install vim -y
4647

0 commit comments

Comments
 (0)