mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 10:29:57 +00:00
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@0.0.2
|
|
ADD bin /home/worker/bin
|