We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa12ce3 commit fcf7d9dCopy full SHA for fcf7d9d
docker/Dockerfile
@@ -12,7 +12,9 @@ RUN cargo build --release
12
13
FROM debian:12-slim AS final
14
15
+RUN apt-get update && apt install -y openssl
16
+
17
COPY --from=build /app/target/release/wrpt /usr/bin/
-COPY --from=docker/compose-bin:2.17.0 /docker-compose /usr/bin/compose
18
+COPY --from=docker/compose-bin:latest /docker-compose /usr/bin/compose
19
20
ENTRYPOINT ["/bin/wrpt"]
0 commit comments