Skip to content

Commit

Permalink
Add tar util ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasygrand committed Oct 27, 2023
1 parent 932f654 commit 1ac8a2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV ANDROID_HOME ${ANDROID_SDK_ROOT}
ENV PATH $PATH:${ANDROID_SDK_ROOT}/cmdline-tools/${CMDLINE_VERSION}/bin:${ANDROID_SDK_ROOT}/platform-tools:${ANDROID_SDK_ROOT}/extras/google/instantapps

RUN apk upgrade && \
apk add --no-cache bash curl git unzip wget coreutils openssh-client && \
apk add --no-cache bash curl git unzip wget coreutils openssh-client tar && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/* && \
wget -q https://dl.google.com/android/repository/commandlinetools-linux-${SDK_TOOLS_VERSION}_latest.zip -O /tmp/tools.zip && \
Expand All @@ -27,4 +27,5 @@ COPY ./extras /bin

WORKDIR /home/android

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 1ac8a2b

Please sign in to comment.