mirror of
https://github.com/ekzhang/bore.git
synced 2025-02-22 20:50:30 +07:00
Fix Dockerfile (#151)
This commit is contained in:
parent
baa42d0f7b
commit
b23beb98a2
@ -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 . .
|
||||
|
Loading…
Reference in New Issue
Block a user