Skip to content

Commit

Permalink
add podman/podman-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 13, 2021
1 parent 9810b12 commit f48823a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/xfce/xfce-ext.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN cd /tmp && \
cp -v /tmp/docker_static/docker /usr/local/bin/docker && \
chmod 755 /usr/local/bin/docker && \
python3 -m pip install docker-compose && \
curl -o /usr/local/bin/podman-compose https://raw.githubusercontent.com/containers/podman-compose/devel/podman_compose.py && \
chmod 755 /usr/local/bin/podman-compose && \
apt-get -q update && \
env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -q \
automake \
Expand Down Expand Up @@ -54,6 +56,7 @@ RUN cd /tmp && \
make \
openssh-client \
openssh-sftp-server \
podman \
qemu \
qemu-system \
qemu-utils \
Expand Down

0 comments on commit f48823a

Please sign in to comment.