diff options
author | Christian Segundo | 2022-11-05 23:50:38 +0100 |
---|---|---|
committer | GitHub | 2022-11-05 23:50:38 +0100 |
commit | a692859441851512370e10236fe2076370c731c0 (patch) | |
tree | 6073070f6bcf403bd54ba3dfef0e80a130cf4014 /Dockerfile | |
parent | 68b72d997219122ec48c85d7722c18d041696861 (diff) | |
download | nvim-a692859441851512370e10236fe2076370c731c0.tar.gz |
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -9,21 +9,13 @@ RUN apk --no-cache add \ automake \ bash \ build-base \ - cargo \ cmake \ coreutils \ curl \ gettext-tiny-dev \ git \ - libarchive-tools \ libtool \ - make \ - npm \ - perl \ - perl-json-xs \ - perl-lwp-protocol-https \ pkgconf \ - rust \ unzip SHELL ["/bin/bash", "-o", "pipefail", "-c"] |