mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 15:26:42 +02:00
initial code
This commit is contained in:
parent
84ad562665
commit
6802d7df2c
8 changed files with 576 additions and 12 deletions
7
__tests__/Dockerfile
Normal file
7
__tests__/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD ["python3", "--version"]
|
Loading…
Add table
Add a link
Reference in a new issue