mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-08 00:13:08 +00:00
Attempt to set up docker to be used for pull and inspect
This commit is contained in:
parent
02ef655a40
commit
07b57007e8
@ -2,6 +2,9 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||
|
||||
COPY --chmod=0755 docker/docker-entrypoint.sh /
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install docker -y
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["dotnet", "test"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user