File: Dockerfile

package info (click to toggle)
simde 0.8.4~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,308 kB
  • sloc: ansic: 856,407; sh: 343; makefile: 45; python: 26
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Helpful in communication with upstream about build/test issues

FROM debian:unstable

RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
  debhelper \
  cmake \
  git \
  ca-certificates \
  git-buildpackage \
  build-essential
WORKDIR /build
RUN gbp clone https://salsa.debian.org/med-team/simde.git
WORKDIR /build/simde
RUN gbp buildpackage