mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
update
This commit is contained in:
parent
553dab3fda
commit
15b74e5834
@ -97,9 +97,9 @@ LABEL org.opencontainers.image.title=OliveTin
|
|||||||
|
|
||||||
# Making sure there is newest docker version installed
|
# Making sure there is newest docker version installed
|
||||||
RUN dnf -y install dnf-plugins-core \
|
RUN dnf -y install dnf-plugins-core \
|
||||||
dnf -y install 'dnf-command(config-manager)' \
|
&& dnf -y install 'dnf-command(config-manager)' \
|
||||||
dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo \
|
&& dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo \
|
||||||
dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
&& dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
# Install OliveTin and dependencies
|
# Install OliveTin and dependencies
|
||||||
RUN mkdir -p /config /var/www/olivetin \
|
RUN mkdir -p /config /var/www/olivetin \
|
||||||
|
Loading…
Reference in New Issue
Block a user