This commit is contained in:
bjoernellens1 2023-11-30 11:00:55 +01:00 committed by GitHub
parent 130d3c60f5
commit 62581897f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,4 +125,8 @@ FROM jamesread/olivetin AS olivetin
USER root
RUN microdnf -y install docker-compose-plugin
RUN curl https://download.docker.com/linux/fedora/36/x86_64/stable/Packages/docker-compose-plugin-2.18.1-1.fc36.x86_64.rpm --output docker-compose-plugin.rpm
RUN microdnf -y install dnf \
&& dnf install -y ./docker-compose-plugin.rpm \
&& dnf clean all