Add parser directive to Dockerfile
This commit is contained in:
parent
6d6bf7371b
commit
5aa72e9821
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM rust:alpine as builder
|
||||
COPY . .
|
||||
RUN apk add --no-cache file make musl-dev \
|
||||
|
|
Loading…
Reference in a new issue