Move containers to a dedicated org path
This commit is contained in:
parent
fe8f7d2a11
commit
da7e2210b7
21 changed files with 144 additions and 108 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild AS ADK
|
||||
FROM git.zontreck.com/packages/debian:build AS ADK
|
||||
|
||||
ENV ANDROID_HOME "/opt/android-sdk-linux"
|
||||
ENV ANDROID_SDK_VER 11076708
|
||||
|
@ -10,7 +10,7 @@ RUN unzip -qq /commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip -d $ANDROID_
|
|||
RUN rm -v /commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip
|
||||
ADD packages.txt /
|
||||
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:debianbuild
|
||||
FROM git.zontreck.com/packages/debian:build
|
||||
|
||||
ENV ANDROID_HOME "/opt/android-sdk-linux"
|
||||
ENV ANDROID_SDK_VER 11076708
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue