diff --git a/docker/Dockerfile b/docker/Dockerfile index 96ce550..d3d5c72 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,16 +6,24 @@ FROM debian:bullseye RUN apt-get update && \ apt-get install -y \ - mmdebstrap \ - debos \ - ostree \ - python3 \ - python3-apt \ - python3-click \ - python3-pip \ - python3-pbr \ - python3-rich \ - reprepro + mmdebstrap \ + debos \ + ostree \ + python3 \ + python3-apt \ + python3-click \ + python3-pip \ + python3-pbr \ + python3-rich \ + gir1.2-ostree-1.0 \ + dosfstools \ + rsync \ + xfsprogs \ + python3-gi \ + python3-yaml \ + python3-systemd \ + dosfstools \ + reprepro ADD assets/pip.conf /etc/pip.conf