diff options
author | Jesús <heckyel@hyperbola.info> | 2022-11-28 14:46:40 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-11-28 14:46:40 +0800 |
commit | f7aa56b55ca17baefcde81c3c65ced877cdd2e54 (patch) | |
tree | 05282bbaf663d611454dcc4b7b968786fe8fbc70 | |
parent | 6a2ec46e6218c760a92c624cf2d36bef83d592db (diff) | |
download | microlab-f7aa56b55ca17baefcde81c3c65ced877cdd2e54.tar.lz microlab-f7aa56b55ca17baefcde81c3c65ced877cdd2e54.tar.xz microlab-f7aa56b55ca17baefcde81c3c65ced877cdd2e54.zip |
Fix step
-rw-r--r-- | core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile index 88d029f..a416742 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -12,7 +12,7 @@ procps-ng \ net-tools \ bash-completion \ git \ -nano \ +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 && \ |