mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 14:35:48 +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
|
||||
|
||||
FROM centos:7
|
||||
LABEL git-commit=$GIT_COMMIT
|
||||
|
||||
COPY centos-builder/centos_setup.sh /tmp/
|
||||
|
||||
Reference in New Issue
Block a user