removed target

This commit is contained in:
2022-08-21 16:51:52 +02:00
parent 1d8b1e8613
commit 72a685799c

View File

@@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-buster as builder
FROM rust:1.62.1-slim-buster
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libssl-dev