diff options
Diffstat (limited to 'testing/docker/centos6-build-upd/Dockerfile')
-rw-r--r-- | testing/docker/centos6-build-upd/Dockerfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/docker/centos6-build-upd/Dockerfile b/testing/docker/centos6-build-upd/Dockerfile new file mode 100644 index 000000000..a245bcbe5 --- /dev/null +++ b/testing/docker/centos6-build-upd/Dockerfile @@ -0,0 +1,10 @@ +FROM taskcluster/centos6-build:0.1.6 +MAINTAINER Dustin J. Mitchell <dustin@mozilla.com> + +### update to latest from upstream repositories +# if this becomes a long list of packages, consider bumping the +# centos6-build version +RUN yum update -y + +# Set a default command useful for debugging +CMD ["/bin/bash", "--login"] |