chore: clean up comments

This commit is contained in:
izzy 2026-06-01 12:17:31 +01:00
parent 0da6aba203
commit 2b0f253015
No known key found for this signature in database
4 changed files with 10 additions and 11 deletions

View file

@ -27,6 +27,7 @@ ENTRYPOINT ["tini", "--", "/bin/bash", "-c"]
FROM dev AS dev-container-server
# TODO[YUCCA]: pin restic & put in correct place
RUN apt-get update --allow-releaseinfo-change && \
apt-get install inetutils-ping openjdk-21-jre-headless \
vim nano curl restic \