mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
Fix devcontainer for Debian Trixie until base images are updated
This commit is contained in:
parent
d306cb5825
commit
8125c74120
@ -26,7 +26,7 @@ ENTRYPOINT ["tini", "--", "/bin/bash", "-c"]
|
||||
|
||||
FROM dev AS dev-container-server
|
||||
|
||||
RUN apt-get update && \
|
||||
RUN apt-get update --allow-releaseinfo-change && \
|
||||
apt-get install sudo inetutils-ping openjdk-11-jre-headless \
|
||||
vim nano \
|
||||
-y --no-install-recommends --fix-missing
|
||||
|
Loading…
x
Reference in New Issue
Block a user