aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/