mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -05:00
ci/Dockerfile: Add commands for regenerating
Instead of either figuring out themself, or looking at the commit that added the file, just make life easier by providing the commands for rebuilding and pushing as a comment in the Dockerfile itself. https://gitlab.gnome.org/GNOME/mutter/merge_requests/648
This commit is contained in:
parent
5e46940332
commit
fefac75e96
@ -1,3 +1,10 @@
|
||||
# Rebuild and push with
|
||||
#
|
||||
# cd .gitlab-ci/
|
||||
# docker build -t registry.gitlab.gnome.org/gnome/mutter/master:v2 .
|
||||
# docker push registry.gitlab.gnome.org/gnome/mutter/master:v2
|
||||
#
|
||||
|
||||
FROM fedora:30
|
||||
|
||||
RUN dnf -y update && dnf -y upgrade && \
|
||||
|
Loading…
Reference in New Issue
Block a user