mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
osbuilder: remove redundant env variable
Remove second declaration of GO_HOME in roofs-build ubuntu script. Signed-off-by: Nikos Ch. Papadopoulos <ncpapad@cslab.ece.ntua.gr>
This commit is contained in:
@@ -14,7 +14,6 @@ ENV PATH="/opt/cargo/bin/:/opt/go/bin:${PATH}"
|
|||||||
|
|
||||||
ARG GO_VERSION
|
ARG GO_VERSION
|
||||||
ARG RUST_TOOLCHAIN
|
ARG RUST_TOOLCHAIN
|
||||||
ENV GO_HOME="/opt"
|
|
||||||
ENV PATH="/opt/go/bin:${PATH}"
|
ENV PATH="/opt/go/bin:${PATH}"
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
Reference in New Issue
Block a user