diff options
author | Jesús <heckyel@hyperbola.info> | 2022-11-28 14:56:40 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-11-28 14:56:40 +0800 |
commit | cb75db9cd5ae80051044b419cecffdd0bb7cd8bb (patch) | |
tree | 44103e9a5410d515faf9eb0840c9f73a38696ca4 | |
parent | f7aa56b55ca17baefcde81c3c65ced877cdd2e54 (diff) | |
download | microlab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.tar.lz microlab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.tar.xz microlab-cb75db9cd5ae80051044b419cecffdd0bb7cd8bb.zip |
-rw-r--r-- | core/Dockerfile | 4 |
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/ |