aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2022-11-05 23:50:38 +0100
committerGitHub2022-11-05 23:50:38 +0100
commita692859441851512370e10236fe2076370c731c0 (patch)
tree6073070f6bcf403bd54ba3dfef0e80a130cf4014
parent68b72d997219122ec48c85d7722c18d041696861 (diff)
downloadnvim-a692859441851512370e10236fe2076370c731c0.tar.gz
Update Dockerfile
-rw-r--r--Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile
index d31bf15..4425b2c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]