Skip to content

Commit

Permalink
add go
Browse files Browse the repository at this point in the history
  • Loading branch information
renner0e committed Sep 23, 2024
1 parent eb7e781 commit 5c8273b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ RUN sed -i 's/#Color/Color/g' /etc/pacman.conf && \
sed -i 's/#MAKEFLAGS="-j2"/MAKEFLAGS="-j$(nproc)"/g' /etc/makepkg.conf && \
pacman-key --init && pacman-key --populate && \
pacman -Syu --noconfirm && \
pacman -S \
wget \
base-devel \
git \
--noconfirm && \
useradd -m --shell=/bin/bash build && usermod -L build && \
echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
Expand All @@ -34,6 +29,7 @@ RUN pacman -S \
findutils \
glibc \
gnupg \
go \
inetutils \
keyutils \
less \
Expand Down

0 comments on commit 5c8273b

Please sign in to comment.