mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 15:05:50 +00:00
Fix Docker error about "FROM" macro usage
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
FROM centos:7
|
||||||
ARG GIT_COMMIT=unknown
|
ARG GIT_COMMIT=unknown
|
||||||
|
|
||||||
FROM centos:7
|
|
||||||
LABEL git-commit=$GIT_COMMIT
|
LABEL git-commit=$GIT_COMMIT
|
||||||
|
|
||||||
COPY centos-builder/centos_setup.sh /tmp/
|
COPY centos-builder/centos_setup.sh /tmp/
|
||||||
|
|||||||
Reference in New Issue
Block a user