diff --git a/Dockerfile.simple b/Dockerfile.simple index a7562ed..4fbbf74 100644 --- a/Dockerfile.simple +++ b/Dockerfile.simple @@ -7,8 +7,7 @@ FROM registry.nxtgauge.com/rust:alpine AS builder ARG SERVICE_NAME # Install deps -RUN apk add --no-cache musl-dev pkgconfig openssl-dev openssl-libs-static && \ - rustup target add x86_64-unknown-linux-musl +RUN apk add --no-cache musl-dev pkgconfig openssl-dev openssl-libs-static WORKDIR /app