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