File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ FROM ianepreston/base-arch-devcontainer:latest
33
44USER root
55# Install packages
6- RUN pacman -S --noconfirm \
6+ RUN pacman -Syu --noconfirm && \
7+ pacman -S --noconfirm \
78 ansible \
89 terraform \
910 kubectl \
@@ -24,4 +25,4 @@ USER arch
2425RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" azure-cli
2526
2627# Install databricks cli
27- RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" databricks-cli-bin
28+ RUN echo y | LANG=C yay -S --provides=false --answerdiff None --answerclean None --mflags "--noconfirm" databricks-cli-bin
Original file line number Diff line number Diff line change 11{
2- "version" : " 2024.2.22 " ,
2+ "version" : " 2024.2.26 " ,
33 "variants" : [" rolling" ],
44 "build" : {
55 "latest" : " rolling" ,
You can’t perform that action at this time.
0 commit comments