diff --git a/Dockerfile b/Dockerfile index 379656f..56cf9db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:alpine as builder +FROM rust:alpine AS builder WORKDIR /home/rust/src RUN apk --no-cache add musl-dev COPY . .