diff options
| author | Ryo Nakamura <upa@haeena.net> | 2023-03-12 23:01:06 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2023-03-12 23:01:06 +0900 |
| commit | 6e17d0ddbc61d60e5af4e855411b8ed57994dd45 (patch) | |
| tree | c03f901a12426655cd34efc329f7cedf3a3e74ae /docker | |
| parent | e2da5811ce2c9006ecb4319d8b1c40128ac2ff67 (diff) | |
remove VERSION from package file names
This change enables downloading latest packages from URL
https://github.com/upa/mscp/releases/latest/download/PACKAGE
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/alpine-3.17.Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index d2c899b..a49d0ee 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -24,8 +24,7 @@ RUN cd ${mscpdir} \ -DBUILD_CONAN=ON -DBUILD_STATIC=ON \ && make \ && cp mscp /usr/bin/ \ - && cp mscp /mscp/build/mscp_$(cat ${mscpdir}/VERSION)-alpine-3.17-x86_64.static \ - && cp mscp /mscp/build/mscp.linux.x86.static + && cp mscp /mscp/build/mscp_alpine-3.17-x86_64.static # copy mscp to PKG FILE NAME because this build doesn't use CPACK |
