Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 04:15:06 -07:00 committed by GitHub
parent 141d8387e9
commit df9496151a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:experimental
FROM rust as rust
RUN mkdir -p /tmp/work
WORKDIR /tmp/work