File: Dockerfile

package info (click to toggle)
therion 6.3.4-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,544 kB
  • sloc: cpp: 195,273; tcl: 19,779; ansic: 8,434; perl: 1,895; makefile: 1,281; python: 255; asm: 219; sh: 104
file content (32 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
FROM mcr.microsoft.com/devcontainers/base:noble

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y \
    bash-completion \
    bwidget \
    catch2 \
    clang \
    clang-tidy \
    cmake \
    g++ \
    ghostscript \
    git \
    imagemagick \
    lcdf-typetools \
    libfmt-dev \
    libfreetype6-dev \
    libjpeg-dev \
    libpng-dev \
    libproj-dev \
    libtk-img-dev \
    libvtk9-dev \
    libwxgtk3.2-dev \
    ninja-build \
    python3 \
    survex \
    tcl-dev \
    texlive-binaries \
    texlive-lang-cyrillic \
    texlive-lang-czechslovak \
    texlive-metapost \
    zlib1g-dev