We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdd3c9 commit bb8d0cbCopy full SHA for bb8d0cb
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM rust:alpine
2
3
-RUN apk add git musl-dev curl
+RUN apk add git musl-dev curl pkgconfig openssl-dev
4
RUN git clone https://github.com/Power2All/torrust-actix.git /tmp/torrust-actix
5
RUN cd /tmp/torrust-actix && git checkout tags/v4.0.3
6
WORKDIR /tmp/torrust-actix
0 commit comments