mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
051f0dcc50
Update docker images to use taskcluster-vcs 2.3.4.
9 lines
276 B
Docker
9 lines
276 B
Docker
FROM quay.io/mozilla/base-build:0.0.1
|
|
MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
|
|
|
|
ENV PATH /home/worker/bin/:$PATH
|
|
|
|
# Add utilities and configuration
|
|
RUN npm install -g taskcluster-vcs@2.3.4
|
|
ADD bin /home/worker/bin
|