Skip to content

Commit

Permalink
# use buildbot user
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Oct 21, 2024
1 parent ce43fdf commit 1d17d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker/os/openwrt-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update
RUN apt install -y wget vim git bash-completion make gcc sudo curl

RUN echo -n "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/99-custom
RUN useradd -d /home/{{ param_user_ops }} -l -m -s /bin/bash {{ param_user_ops }} && usermod -aG sudo {{ param_user_ops }}
RUN useradd -d /home/buildbot -l -m -s /bin/bash buildbot && usermod -aG sudo buildbot

# https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
# official pkg
Expand Down

0 comments on commit 1d17d35

Please sign in to comment.