Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 1f2e5ea

Browse files
author
yush
authored
Update Dockerfile
1 parent 4442e64 commit 1f2e5ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ RUN pacman -S --noconfirm curl
1717
RUN pacman -S --noconfirm tar
1818

1919
WORKDIR /root
20-
RUN curl -sLO https://github.com/docheio/container-api/releases/download/v1.0.2/container-api-v1.0.2.tar.gz
21-
RUN tar zxfp ./container-api-v1.0.2.tar.gz
20+
RUN curl -sLO https://github.com/docheio/container-api/archive/refs/tags/v1.0.2.tar.gz
21+
RUN tar zxfp ./v1.0.2.tar.gz
2222

23+
RUN mv /root/container-api* /root/container-api
2324
WORKDIR /root/container-api
2425
RUN go build -o /root/ctrapi
2526

0 commit comments

Comments
 (0)