fix missing commands
This commit is contained in:
parent
b9df2fd9cc
commit
92945445d0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:latest AS ADK
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild AS ADK
|
||||
|
||||
ENV ANDROID_HOME "/opt/android-sdk-linux"
|
||||
ENV ANDROID_SDK_VER 11076708
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm AS FLUTTER
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:adk AS FLUTTER
|
||||
|
||||
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.2-stable.tar.xz
|
||||
RUN tar -xf /flutter_linux_3.24.2-stable.tar.xz; rm /flutter*.xz
|
||||
|
|
Loading…
Reference in a new issue