Skip to content

Commit

Permalink
u do know sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed May 4, 2023
1 parent ca3c188 commit cbc46d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN apt-get update && apt-get -y install \
# openjdk-8-jdk

# Install AdoptOpenJDK 8 - https://stackoverflow.com/a/59436618
RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
RUN add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
RUN apt-get update && sudo apt-get install adoptopenjdk-8-hotspot
RUN apt-get update && apt-get install adoptopenjdk-8-hotspot

# Install Android SDK
# Set up environment variables
Expand Down

0 comments on commit cbc46d4

Please sign in to comment.