aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]