There was an error while loading. Please reload this page.
2 parents 671464f + ac88f99 commit c9b8053Copy full SHA for c9b8053
1 file changed
docker/Dockerfile
@@ -334,6 +334,9 @@ RUN rm -rf /tmp/*
334
# Remove cleanup script so that in-container apt-get install uses cache
335
RUN rm /etc/apt/apt.conf.d/clean
336
337
+# Add cache once as it is needed by some builds in GitHub Actions
338
+RUN apt-get update
339
+
340
# Disable mouse in vim
341
RUN printf "set mouse=\nset ttymouse=\n" > /etc/vim/vimrc.local
342
0 commit comments