mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Dockerize ./scripts/build
This commit is contained in:
@@ -52,6 +52,7 @@ write_base()
|
||||
cat > ${DOCKER_FILE} << EOF
|
||||
FROM ${DOCKER_BASE:=ubuntu:14.04.2}
|
||||
ENV TERM xterm
|
||||
ENV IN_DOCKER true
|
||||
WORKDIR /source
|
||||
CMD ["/source/scripts/install"]
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user