summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/docker/tb-atn/Dockerfile
blob: dcf66f1f83e92d2eae61d51d770999e5a0f9db1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM $DOCKER_IMAGE_PARENT
MAINTAINER Thunderbird Releng <tb-builds@thunderbird.net>

VOLUME /builds/worker/workspace

COPY atn_langpack.py /builds/worker/bin/atn_langpack.py
COPY make_venv.sh /builds/worker/bin/make_venv.sh
COPY runme.sh /builds/worker/bin/runme.sh
COPY requirements.txt /builds/worker/requirements.txt

RUN /builds/worker/bin/make_venv.sh

# Set a default command useful for debugging
CMD ["/bin/bash", "--login"]