Add parser directive to Dockerfile

This commit is contained in:
Edward Shen 2021-07-18 21:33:56 -04:00
parent 6d6bf7371b
commit 5aa72e9821
Signed by: edward
GPG key ID: 19182661E818369F

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 \