mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-22 18:29:11 +00:00
11 lines
330 B
Docker
11 lines
330 B
Docker
FROM taskcluster/centos6-build:0.1.3
|
|
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"]
|