v0.6.0 - Fresh build with latest ente sources

This commit is contained in:
Andreas Dueren
2026-01-31 15:45:14 -06:00
parent 1189ec810d
commit eeeeae78e6
3 changed files with 11 additions and 2 deletions

View File

@@ -53,8 +53,12 @@ ENV NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=https://albums.localhost.invalid
COPY --from=ente-source /src /ente
WORKDIR /ente/web
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential python3 && \
apt-get install -y --no-install-recommends build-essential python3 curl ca-certificates && \
rm -rf /var/lib/apt/lists/*
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal && \
. "$HOME/.cargo/env" && \
cargo install wasm-pack
ENV PATH="/root/.cargo/bin:${PATH}"
RUN corepack enable
RUN yarn install --network-timeout 1000000
RUN mkdir -p /build/web/photos /build/web/accounts /build/web/auth /build/web/cast /build/web/albums /build/web/family /build/web/share /build/web/embed /build/web/payments