Skip to content

Commit

Permalink
needing confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed May 4, 2023
1 parent cbc46d4 commit a7a7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get -y install \
# Install AdoptOpenJDK 8 - https://stackoverflow.com/a/59436618
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 && apt-get install adoptopenjdk-8-hotspot
RUN apt-get update && apt-get -y install adoptopenjdk-8-hotspot

# Install Android SDK
# Set up environment variables
Expand Down

0 comments on commit a7a7b9b

Please sign in to comment.