fix: add missing git into container image
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
FROM docker.io/library/archlinux:base-devel
|
||||
|
||||
# Install dependencies
|
||||
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap
|
||||
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git
|
||||
|
||||
# Setup user
|
||||
RUN useradd -m builder && \
|
||||
|
||||
Reference in New Issue
Block a user