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