2
Fork 0
Code Issues 1 Pull requests 2 Wiki Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List
dt-plugin-template/.ci/Dockerfile
2024-08-19 13:22:44 +02:00

11 lines
274 B
Docker

FROM rust-xwin
RUN set -eux; \
apt-get update; \
apt-get install --no-install-recommends -y \
git \
jq \
; \
sh -c "git config --global --add safe.directory '*'"; \
apt-get remove -y --auto-remove; \
rm -rf /var/lib/apt/lists/*;