fix: add missing git into container image

This commit is contained in:
Ahmad Husen
2021-05-18 17:01:12 +07:00
parent eaabbd6b0e
commit eb35583f7d
+1 -1
View File
@@ -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 && \