This website requires JavaScript.
Explore
Help
Sign In
docker
/
buildx
mirror of
https://github.com/docker/buildx.git
Watch
1
Star
0
Fork
You've already forked buildx
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
buildx
/
hack
/
demo-env
/
examples
/
simple1
/
Dockerfile
4 lines
61 B
Docker
Raw
Permalink
Blame
History
FROM
alpine
RUN
apk add --no-cache curl
WORKDIR
/src
COPY
. .
Reference in New Issue
View Git Blame
Copy Permalink