File: Dockerfile-debian

package info (click to toggle)
libgusb 0.4.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: ansic: 5,602; xml: 206; python: 84; sh: 34; makefile: 17; javascript: 4
file content (9 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
FROM debian:testing

RUN echo "deb-src http://deb.debian.org/debian/ testing main" >> /etc/apt/sources.list
RUN apt-get update -qq
RUN apt-get install -yq --no-install-recommends meson libjson-glib-dev gi-docgen
RUN apt-get build-dep --allow-unauthenticated -yq libgusb

RUN mkdir /build
WORKDIR /build