Compare commits
9 Commits
v0.0.5
...
f7e127d20c
| Author | SHA1 | Date | |
|---|---|---|---|
| f7e127d20c | |||
|
|
8b979c483d | ||
| a25a8c667e | |||
| d9398a0d21 | |||
| cc4e434c29 | |||
| 692079c188 | |||
| 6b7d05fc56 | |||
| efe744a214 | |||
| e30d6d83db |
@@ -1,7 +1,7 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends curl jq unzip \
|
&& apt-get install -y --no-install-recommends curl jq unzip docker \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user