mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-04-05 10:49:24 +00:00
3 lines
No EOL
136 B
Docker
3 lines
No EOL
136 B
Docker
FROM ubuntu:22.04
|
|
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
|
RUN echo "Docker builder test successful" |