File: Dockerfile

package info (click to toggle)
distcc 3.4%2Breally3.3.5-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,728 kB
  • sloc: ansic: 27,899; python: 6,459; sh: 4,434; makefile: 907; perl: 67
file content (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM ubuntu:xenial-20170802

LABEL maintainer=""

ENV DEBIAN_FRONTEND=noninteractive

COPY apt-conf /etc/apt/apt.conf.d/

RUN apt-get update && \
    apt-get install autoconf \
                    python3-dev \
                    python-dev \
                    libiberty-dev \
                    build-essential \
                    make