summaryrefslogtreecommitdiffstats
path: root/ci/docker/x86_64-unknown-linux-musl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/x86_64-unknown-linux-musl/Dockerfile')
-rw-r--r--ci/docker/x86_64-unknown-linux-musl/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ci/docker/x86_64-unknown-linux-musl/Dockerfile b/ci/docker/x86_64-unknown-linux-musl/Dockerfile
index 0405c0c4..8818b605 100644
--- a/ci/docker/x86_64-unknown-linux-musl/Dockerfile
+++ b/ci/docker/x86_64-unknown-linux-musl/Dockerfile
@@ -1,5 +1,4 @@
FROM rustembedded/cross:x86_64-unknown-linux-musl
-RUN apt-get update \
- && apt-get install -y --no-install-recommends \
- libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils
+COPY stage/ubuntu-install-packages /
+RUN /ubuntu-install-packages