feat(docker): add DNS configuration and update image references in Docker setup

This commit is contained in:
2026-04-29 10:59:40 +02:00
parent 47982fb63f
commit 91efed1370
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -7,3 +7,6 @@ RUN apt-get update \
stockfish \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /home/vscode/.gradle/wrapper/dists \
&& chown -R vscode:vscode /home/vscode/.gradle