File: Dockerfile

package info (click to toggle)
reposurgeon 4.38-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,500 kB
  • sloc: sh: 4,832; makefile: 514; python: 485; lisp: 115; awk: 91; ruby: 19
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
FROM buildpack-deps:jessie

RUN mkdir -p /usr/local/src/reposurgeon/
WORKDIR /usr/local/src/reposurgeon/

COPY ci/prepare.sh /usr/local/src/reposurgeon/ci/
RUN bash ci/prepare.sh

COPY . /usr/local/src/reposurgeon/
RUN make install

CMD reposurgeon