mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-07 16:07:37 +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:
parent
5618180e63
commit
ab80cf8f48
@ -14,7 +14,6 @@ ENV PATH="/opt/cargo/bin/:/opt/go/bin:${PATH}"
|
||||
|
||||
ARG GO_VERSION
|
||||
ARG RUST_TOOLCHAIN
|
||||
ENV GO_HOME="/opt"
|
||||
ENV PATH="/opt/go/bin:${PATH}"
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
Loading…
Reference in New Issue
Block a user