Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Jul 26, 2024
1 parent 7f3c505 commit 50b250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update

# Install only what's needed to set up Rust and Android
# We'll install additional tools at the end to take advantage of Docker's caching of earlier steps.
RUN apt-get install -y openjdk-17-jdk-headless unzip
RUN apt-get install -y curl openjdk-17-jdk-headless unzip

ARG UID
ARG GID
Expand Down

0 comments on commit 50b250b

Please sign in to comment.