removed target

This commit is contained in:
Kasper Juul Hermansen 2022-08-21 16:51:52 +02:00
parent 1d8b1e8613
commit 72a685799c
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

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