This commit is contained in:
2023-09-30 15:58:32 +05:00
commit 3d04aca6c1
6 changed files with 56 additions and 0 deletions

6
11/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM debian:11
RUN apt update \
&& apt install curl -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*