Add parser directive to Dockerfile

master
Edward Shen 2021-07-18 21:33:56 -04:00
parent 6d6bf7371b
commit 5aa72e9821
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM rust:alpine as builder
COPY . .
RUN apk add --no-cache file make musl-dev \