Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdanishirfan committed May 10, 2024
1 parent 5a5593a commit 2b82353
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 @@ -11,7 +11,7 @@ ENV ANDROID_SDK_TOOLS_VERSION="11076708"
RUN apt-get update

# Install dependencies
RUN apt-get install -y curl git unzip zip openjdk-17-jdk
RUN apt-get install -y curl git unzip zip openjdk-17-jdk wget

# Define Flutter version and download URL (replace with desired version)
ENV FLUTTER_VERSION=3.16.9
Expand Down

0 comments on commit 2b82353

Please sign in to comment.