mirror of
https://github.com/ekzhang/bore.git
synced 2025-12-14 19:07:48 +01: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