Skip to content

Commit bb8d0cb

Browse files
committed
Missing openssl library
1 parent 8bdd3c9 commit bb8d0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:alpine
22

3-
RUN apk add git musl-dev curl
3+
RUN apk add git musl-dev curl pkgconfig openssl-dev
44
RUN git clone https://github.com/Power2All/torrust-actix.git /tmp/torrust-actix
55
RUN cd /tmp/torrust-actix && git checkout tags/v4.0.3
66
WORKDIR /tmp/torrust-actix

0 commit comments

Comments
 (0)