mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-04-08 07:28:54 +00:00
3 lines
136 B
Docker
3 lines
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"
|