summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/custom-car-linux/Dockerfile
blob: 17f24b90420035c31b77d56145ae66c1bf7ed208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FROM $DOCKER_IMAGE_PARENT
MAINTAINER kshampur <kshampur@mozilla.com>

VOLUME /builds/worker/checkouts
VOLUME /builds/worker/workspace
VOLUME /builds/worker/tooltool-cache

ENV XZ_OPT=-T0

RUN apt-get update && \
    apt-get install \
      bzip2 \
      curl \
      libbz2-dev \
      libglib2.0-dev \
      libtinfo5 \
      pkg-config \
      tar \
      unzip \
      wget \
      zip \
      lsb-release \
      gperf \
      procps