File: Dockerfile

package info (click to toggle)
thunderbolt-tools 0.9.3-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: cpp: 913; python: 366; sh: 86; makefile: 10
file content (23 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
FROM debian:testing
RUN apt-get update -q && apt-get install -y \
    git \
    gobject-introspection \
    libgirepository1.0-dev \
    gir1.2-glib-2.0 \
    gir1.2-gudev-1.0 \
    python3-gi \
    locales \
    pkg-config \
    udev \
    libudev-dev \
    libgudev-1.0-dev \
    valac \
    autoconf \
    automake \
    libtool \
    libglib2.0-dev \
    cmake \
    libboost-filesystem-dev \
    txt2tags

WORKDIR /usr/local/src/thunderbolt-tools