Skip to content

Commit

Permalink
solve sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 3, 2024
1 parent c9710c9 commit 49e8834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/hiway-media/teamcity-agent-2023.11.3
#
USER root
RUN apt-get update
RUN apt-get -y install gitlab-cli unzip wget rsync
RUN apt-get -y install gitlab-cli unzip wget rsync sudo
# unzip wget nano
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip
RUN mkdir -p ~/Android/Sdk/cmdline-tools
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/hiway-media/teamcity-agent-latest
USER root
#
RUN apt-get update
RUN apt-get -y install gitlab-cli unzip wget rsync
RUN apt-get -y install gitlab-cli unzip wget rsync sudo
#
# unzip wget nano
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip
Expand Down

0 comments on commit 49e8834

Please sign in to comment.