feat: add azure-distrobox service

This commit is contained in:
Bastien Riviere 2024-05-19 16:23:11 +02:00
parent cd4b46af78
commit ad82b8b879
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
7 changed files with 24 additions and 8 deletions

View file

@ -58,7 +58,6 @@ COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os-update-services /
COPY files /
COPY build.sh /tmp/build.sh
COPY packages /tmp/packages
COPY build /tmp/build
RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \