mirror of
https://github.com/ekzhang/bore.git
synced 2025-07-06 00:10:15 +07:00
Fix Dockerfile (#151)
This commit is contained in:
@ -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 . .
|
||||
|
Reference in New Issue
Block a user