File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN pacman -S --noconfirm \
47
47
ARG LANG=en_US.UTF-8
48
48
ENV LANG=$LANG
49
49
ENV LC_ALL=$LANG
50
- RUN locale-gen && echo "LANG=$LANG" | tee /etc/locale.conf
50
+ RUN locale-gen
51
51
52
52
# install nodejs
53
53
ARG NODE_PATH=/usr/lib/node_modules
@@ -118,18 +118,6 @@ RUN export ARCH=amd64; \
118
118
# install terraform
119
119
RUN pacman -Syyu --noconfirm terraform
120
120
121
- # install android sdk
122
- ARG ANDROID_SDK_ROOT=/opt/android-sdk
123
- ENV ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT
124
- RUN mkdir -p $ANDROID_SDK_ROOT \
125
- && cd $ANDROID_SDK_ROOT \
126
- && curl -sSfL https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip -o /tmp/cmdlinetools.zip \
127
- && unzip /tmp/cmdlinetools.zip \
128
- && yes | cmdline-tools/bin/sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT \
129
- && echo 'export PATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/bin:$ANDROID_SDK_ROOT/platform-tools' | tee -a "/etc/zsh/zshrc" \
130
- && yes | cmdline-tools/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT --install 'cmdline-tools;latest' 'platform-tools' 'platforms;android-32' 'build-tools;32.0.0' \
131
- && yes | flutter doctor --android-licenses
132
-
133
121
# install gsmlg-cli
134
122
RUN export ARCH=amd64; \
135
123
&& curl -sSfL https://github.com/gsmlg-dev/gsmlg-cli/releases/latest/download/gsmlg-cli_linux_${ARCH} -o /usr/local/bin/gsmlg-cli \
You can’t perform that action at this time.
0 commit comments