rubik/patch/0002-rubik-fix-Dockerfile-build-failed.patch
hanchao 1551e7146e rubik: upgrade v0.1.0-4 to v1.0.0-1
upgrade rubik to v1.0.0-1. more info about this release:
https://gitee.com/openeuler/rubik/releases/tag/v1.0.0.
And optimized compilation instruction.
2022-11-15 00:27:54 +08:00

22 lines
484 B
Diff

From 8f5aac08a11a60c7fe21437c86c01df1367a0ba2 Mon Sep 17 00:00:00 2001
From: hanchao <hanchao47@huawei.com>
Date: Tue, 15 Nov 2022 00:12:14 +0800
Subject: [PATCH] rubik: fix Dockerfile build failed
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 51f0e4c..78c7702 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,3 @@
FROM scratch
-COPY ./rubik /rubik
+COPY ./build/rubik /rubik
ENTRYPOINT ["/rubik"]
--
2.30.2