add docker-compose
This commit is contained in:
parent
11843bf20e
commit
b6cf4637ad
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ RUN systemctl enable rpm-ostreed-automatic.timer
|
|||
# Change ZRAM max to 16GB
|
||||
RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-generator.conf
|
||||
|
||||
# Add docker-compose dependency for "podman compose" command
|
||||
RUN rpm-ostree install docker-compose
|
||||
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
# Copy /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue