Skip to content

Commit

Permalink
Merge branch 'master' into fix/set_arborist_url_using_kube_setup_script
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse authored Nov 1, 2023
2 parents bd1b40a + ae02274 commit f41538e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/jenkins/Jenkins-CI-Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-ke
&& apt-get -y update \
&& apt-get -y install google-chrome-stable

# data-simulator needs "/usr/share/dict/words" to generate data that isn't random strings
RUN apt-get install --reinstall wamerican

# update /etc/sudoers
RUN sed 's/^%sudo/#%sudo/' /etc/sudoers > /etc/sudoers.bak \
&& /bin/echo -e "\n%sudo ALL=(ALL:ALL) NOPASSWD:ALL\n" >> /etc/sudoers.bak \
Expand Down

0 comments on commit f41538e

Please sign in to comment.