Skip to content

Commit

Permalink
Update Alpine packages to solve security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Oct 27, 2021
1 parent 0f92d74 commit 5ca4fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ENV CMDLINE_VERSION "5.0"
ENV SDK_TOOLS "7583922"
ENV PATH $PATH:${ANDROID_SDK_ROOT}/cmdline-tools/${CMDLINE_VERSION}/bin:${ANDROID_SDK_ROOT}/platform-tools:${ANDROID_SDK_ROOT}/extras/google/instantapps

RUN apk add --no-cache bash curl git unzip wget && \
RUN apk upgrade && \
apk add --no-cache bash curl git unzip wget && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/* && \
wget -q https://dl.google.com/android/repository/commandlinetools-linux-${SDK_TOOLS}_latest.zip -O /tmp/tools.zip && \
Expand Down

0 comments on commit 5ca4fb9

Please sign in to comment.