mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
260c7a5e10
MozReview-Commit-ID: 8OaZX8Yhiqo --HG-- extra : amend_source : ce9b508da78b4922b647188efb8039dc49d8009a extra : transplant_source : %C2%CA%5B%CE%BD%90%28%FA%FB%BEs%0B%86%9ET%D2%7D%E2%2B%BE
11 lines
330 B
Docker
11 lines
330 B
Docker
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"]
|