mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: devcontainer broken by debian Trixie going stable (#20843)
This commit is contained in:
parent
d6d31c6695
commit
f317cbe221
1 changed files with 1 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ ENTRYPOINT ["tini", "--", "/bin/bash", "-c"]
|
|||
FROM dev AS dev-container-server
|
||||
|
||||
RUN rm -rf /usr/src/app
|
||||
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
|
||||
|
|
@ -69,8 +69,6 @@ RUN sudo apt-get update \
|
|||
&& sudo apt-get update \
|
||||
&& sudo apt-get install dcm -y
|
||||
|
||||
COPY --chmod=777 ../.devcontainer/mobile/container-mobile-post-create.sh /immich-devcontainer/container-mobile-post-create.sh
|
||||
|
||||
RUN dart --disable-analytics
|
||||
|
||||
FROM dev AS prod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue