We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847f300 commit e063714Copy full SHA for e063714
Dockerfile
@@ -15,10 +15,8 @@ RUN \
15
echo "**** get heyu source ****" && \
16
mkdir -p /build && \
17
cd /build && \
18
- curl -LsSo heyu.zip https://github.com/HeyuX10Automation/heyu/archive/${GIT_HASH}.zip && \
19
- unzip heyu.zip && \
20
- mv heyu-* heyu && \
21
- cd heyu && \
+ curl -LsSo heyu.tar.gz https://github.com/HeyuX10Automation/heyu/archive/${GIT_HASH}.tar.gz && \
+ tar --strip-components=1 -xf heyu.tar.gz && \
22
echo "**** building heyu ****" && \
23
./configure --sysconfdir=/config/heyu/ && \
24
make && \
0 commit comments