[CI] use key=value form for Dockerfile ENV statements (#10685)
This commit is contained in:
@@ -3,7 +3,7 @@ FROM quay.io/pypa/manylinux2014_aarch64
|
||||
RUN yum update -y && yum install -y java-1.8.0-openjdk-devel
|
||||
|
||||
# Install lightweight sudo (not bound to TTY)
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION=1.10
|
||||
RUN set -ex; \
|
||||
curl -o /usr/local/bin/gosu -L "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-arm64" && \
|
||||
chmod +x /usr/local/bin/gosu && \
|
||||
|
||||
Reference in New Issue
Block a user