Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fix: enable services in the correct place (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Apr 22, 2023
1 parent 5de04fb commit ae6a8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Expand Up @@ -14,10 +14,10 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"

ADD packages.json /tmp/packages.json
ADD build.sh /tmp/build.sh
RUN systemctl enable lightdm
RUN systemctl enable ublue-lightdm-workaround

RUN /tmp/build.sh && \
systemctl enable lightdm && \
systemctl enable ublue-lightdm-workaround && \
rm -rf /tmp/* /var/* && \
ostree container commit && \
mkdir -p /var/tmp && \
Expand Down

0 comments on commit ae6a8b4

Please sign in to comment.