mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
11 lines
368 B
Docker
11 lines
368 B
Docker
FROM taskcluster/ubuntu1204-test:0.1.4
|
|
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
|
|
|
|
### update to latest from upstream repositories
|
|
# if this becomes a long list of packages, consider bumping the
|
|
# ubunt1204-test version
|
|
RUN apt-get update && apt-get upgrade -y --force-yes
|
|
|
|
# Set a default command useful for debugging
|
|
CMD ["/bin/bash", "--login"]
|