summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/partner-repack/Dockerfile
blob: 045ac096f4595a43339714670539dd19a4ff1ac3 (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 Ben Hearsum <bhearsum@mozilla.com>

VOLUME /builds/worker/checkouts
VOLUME /builds/worker/workspace

RUN dpkg --add-architecture amd64

RUN apt-get update && \
    apt-get install \
      bzip2 \
      curl \
      git \
      gzip \
      openssh-client \
      unzip \
      zip && \
    apt-get clean

# Add wrapper scripts for xvfb for repackage.sh, and interactive sessions
# %include taskcluster/docker/recipes/xvfb.sh
COPY topsrcdir/taskcluster/docker/recipes/xvfb.sh /builds/worker/scripts/xvfb.sh

COPY known_hosts /etc/ssh/ssh_known_hosts