diff options
Diffstat (limited to 'core/Dockerfile')
-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 && \ |