File: Dockerfile

package info (click to toggle)
simde 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,284 kB
  • sloc: ansic: 410,189; sh: 174; makefile: 41; python: 26
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (7)
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