1 FROM freedesktopsdk/flatpak:20.08-x86_64
2 MAINTAINER release@mozilla.com
6 # Copy everything in the docker/firefox-flatpak folder but the Dockerfile
8 # XXX The following pattern is neither a regex nor a glob one. It's
9 # documented at https://golang.org/pkg/path/filepath/#Match. There's no
10 # way of explicitly filtering out "Dockerfile". If one day, someone needs
11 # to add a file starting with "D", then we must revisit the pattern below.
14 # Set a default command useful for debugging
15 CMD ["/bin/bash", "--login"]