diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-08 23:16:04 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-08 23:16:04 +0000 |
commit | eed5076a52aa068b6a023ac210f5211f761530cb (patch) | |
tree | 34f35c1c18bcadb64aa48232ff86cecee22685c3 /Dockerfile | |
parent | Document how to generate a working sha256sum (fixes #401) (diff) | |
download | miniserve-eed5076a52aa068b6a023ac210f5211f761530cb.tar.gz miniserve-eed5076a52aa068b6a023ac210f5211f761530cb.zip |
Now compiles on stable
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ FROM rust as builder ENV APP_HOME /usr/src/app/ -RUN rustup default nightly-2020-09-22 RUN rustup target add x86_64-unknown-linux-musl RUN apt update && apt-get install -y upx musl-tools |