difftreelog
Added timezone configuration(UTC)
in: master
1 file changed
.docker/Dockerfile-parachain-upgradediffbeforeafterboth7ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN7ENV RUST_TOOLCHAIN $RUST_TOOLCHAIN8ENV CARGO_HOME="/cargo-home"8ENV CARGO_HOME="/cargo-home"9ENV PATH="/cargo-home/bin:$PATH"9ENV PATH="/cargo-home/bin:$PATH"10ENV TZ=UTC11RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone101211RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none13RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none121472FROM ubuntu:20.0474FROM ubuntu:20.04737574RUN apt-get -y update && \76RUN apt-get -y update && \75 apt-get -y upgrade && \76 apt-get -y install curl git && \77 apt-get -y install curl git && \77 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash && \78 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash && \78 export NVM_DIR="$HOME/.nvm" && \79 export NVM_DIR="$HOME/.nvm" && \