Skip to content

Commit

Permalink
Fixed issue with base-devel not installed after switching base image
Browse files Browse the repository at this point in the history
  • Loading branch information
CaderIdris committed Aug 14, 2024
1 parent fc5e9d7 commit 7cc1190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ LABEL summary="Datblygiad (EN: development) is an Arch Linux based container des
RUN pacman-key --init

RUN \
cp /etc/sudoers /tmp/sudoers && \
useradd --no-create-home --shell=/bin/false build && \
usermod -L build && \
echo "build ALL = NOPASSWD: /usr/bin/pacman" >> /etc/sudoers
Expand Down Expand Up @@ -44,4 +43,4 @@ RUN \
# Delete temp user
RUN \
userdel build && \
mv /tmp/sudoers /etc/sudoers
rm /etc/sudoers
1 change: 1 addition & 0 deletions files/tmp/packages/pacman.pkg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
base-devel
neovim
zsh
python
Expand Down

0 comments on commit 7cc1190

Please sign in to comment.