aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-11-28 14:56:40 +0800
committerJesús <heckyel@hyperbola.info>2022-11-28 14:56:40 +0800
commitcb75db9cd5ae80051044b419cecffdd0bb7cd8bb (patch)
tree44103e9a5410d515faf9eb0840c9f73a38696ca4
parentf7aa56b55ca17baefcde81c3c65ced877cdd2e54 (diff)
downloadmicrolab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.tar.lz
microlab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.tar.xz
microlab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.zip
fix download tarballsHEADmaster
-rw-r--r--core/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index a416742..5211887 100644
--- a/core/Dockerfile
+++ b/core/Dockerfile
@@ -15,8 +15,8 @@ git \
nano && \
pacman -Scc --noconfirm
-RUN curl -s https://github.com/tmate-io/tmate/releases/download/${pkgver}/${pkgname}-${pkgver}-static-linux-amd64.tar.xz -o /tmp/${pkgname}-${pkgver}.tar.xz && \
-curl -s https://git.sr.ht/~heckyel/hyperterm/blob/master/install.sh -o "$HOME/install.sh"
+RUN curl -Ls https://github.com/tmate-io/tmate/releases/download/${pkgver}/${pkgname}-${pkgver}-static-linux-amd64.tar.xz -o /tmp/${pkgname}-${pkgver}.tar.xz && \
+curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/install.sh -o "$HOME/install.sh"
WORKDIR /tmp/