File: Dockerfile

package info (click to toggle)
thunderbolt-tools 0.9.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: cpp: 905; python: 366; sh: 81; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
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
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 \
    umockdev \
    gir1.2-umockdev-1.0 \
    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