File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# We build backend here, because of GLIBC version mismatches etc
22FROM debian:12-slim AS build
33
4+ # This is needed, so we link the image to the repo
5+ LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
47RUN apt-get update \
58 && apt-get install -y --no-install-recommends \
69 build-essential \
Original file line number Diff line number Diff line change 11# We compile Typescript first
22FROM ubuntu:24.04 AS builder
3+
4+ # This is needed so we link to the repo
5+ LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
37WORKDIR /build
48
59RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 11# Stage 1: Base GUI + noVNC + Xvfb
22FROM ubuntu:24.04
33
4+ # This is needed so we link to the repo
5+ LABEL org.opencontainers.image.source="https://github.com/mminl-de/interscore"
6+
47ENV DEBIAN_FRONTEND=noninteractive
58ENV DISPLAY=:99
69ENV DEBIAN_PRIORITY=critical
You can’t perform that action at this time.
0 commit comments