This commit is contained in:
bjoernellens1 2023-11-30 10:44:13 +01:00 committed by GitHub
parent 0cf50c31cb
commit e285df9940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ LABEL org.opencontainers.image.title=OliveTin
RUN dnf -y install dnf-plugins-core \
&& dnf -y install 'dnf-command(config-manager)' \
&& 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-cli docker-compose-plugin --setopt=install_weak_deps=False
# Install OliveTin and dependencies
RUN mkdir -p /config /var/www/olivetin \