mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
9 lines
255 B
Docker
9 lines
255 B
Docker
|
FROM photon:4.0
|
||
|
LABEL maintainer="Michael Stanclift <https://github.com/vmstan>"
|
||
|
|
||
|
RUN tdnf update -y \
|
||
|
&& tdnf install -y curl git rsync openssh
|
||
|
|
||
|
RUN curl -sSL http://gravity.vmstan.com/beta | GS_DOCKER=1 && GS_DEV=4.0.0 bash
|
||
|
|
||
|
CMD gravity-sync version
|