- Laniakea Supercluster
- Joined on
2024-10-05
Block a user
lestrigonian-mcp (latest)
Published 2026-03-31 09:38:57 +03:00 by filtatos
Installation
docker pull apothetirio.dimosion.online/filtatos/lestrigonian-mcp:latestsha256:72050cd6f39f466bccbe5050caf3b492d43e67d748ddc3a419f3daf0719c1822
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=9.0.14 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=9.0.14 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| ENV TZ=Europe/Athens |
| ENV LANG=el_GR.UTF-8 |
| ENV LANGUAGE=el_GR:el |
| ENV LC_ALL=el_GR.UTF-8 |
| ENV REDIS_URL=192.168.1.3:6380 |
| ENV ASPNETCORE_URLS=http://+:8080 |
| EXPOSE map[8080/tcp:{}] |
| COPY /app/publish . # buildkit |
| ENTRYPOINT ["dotnet" "MCP.dll"] |