use podman-compose instead of docker-compose
This commit is contained in:
parent
ad5186d1dc
commit
f4d295647c
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ ARG CACHEBUST=5
|
|||
RUN cd /tmp && \
|
||||
rpm-ostree cleanup -m && rpm-ostree install ksshaskpass cronie distrobox fish lld nvtop seadrive-gui pulseaudio-utils hfsplus-tools VirtualBox
|
||||
|
||||
# Add docker-compose dependency for "podman compose" command
|
||||
RUN rpm-ostree install docker-compose
|
||||
# Add podman-compose dependency for "podman compose" command
|
||||
RUN rpm-ostree install podman-compose
|
||||
|
||||
# Disable SELinux
|
||||
RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue