mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-03-16 22:37:16 +08: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" |