We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff7a83 commit 36f6d7aCopy full SHA for 36f6d7a
docker/editor-server/Dockerfile.alpine
@@ -61,8 +61,8 @@ RUN aria2c -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_releas
61
&& rm -f flutter.tar.xz
62
63
# install cli53 gsmlg-cli
64
-RUN export ARCH=`dpkg --print-architecture`; \
65
- curl -sSfL https://github.com/barnybug/cli53/releases/latest/download/cli53-linux-${ARCH} -o /usr/local/bin/cli53 \
+ARG ARCH=amd64
+RUN curl -sSfL https://github.com/barnybug/cli53/releases/latest/download/cli53-linux-${ARCH} -o /usr/local/bin/cli53 \
66
&& chmod +x /usr/local/bin/cli53 \
67
&& curl -sSfL https://github.com/gsmlg-dev/gsmlg-cli/releases/latest/download/gsmlg-cli_linux_${ARCH} -o /usr/local/bin/gsmlg-cli \
68
&& chmod +x /usr/local/bin/gsmlg-cli
0 commit comments