mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
4 lines
61 B
Docker
4 lines
61 B
Docker
FROM alpine
|
|
RUN apk add --no-cache curl
|
|
WORKDIR /src
|
|
COPY . . |