Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jun 10, 2024
1 parent 995092c commit 6f46927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN pacman -Syu --noconfirm; \
RUN useradd -m user-build
# Setting up user
RUN echo -e "\nuser-build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# Test
RUN sudo -H -u user-build bash -c "sudo pacman -S cbt --noconfirm"
# Adding scripts to install additional packages
COPY arm_gcc.sh /home/user-build/arm_gcc.sh
COPY aarch64_gcc.sh /home/user-build/aarch64_gcc.sh
Expand Down

0 comments on commit 6f46927

Please sign in to comment.