Skip to content

Commit

Permalink
chore: update flatpak install
Browse files Browse the repository at this point in the history
tidy and remove Slack
  • Loading branch information
BobyMCbobs committed Feb 19, 2024
1 parent ccc0ff2 commit 8158c47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ RUN sed -i -e '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates-testi
RUN bootupctl backend generate-update-metadata && \
echo -e '\n\nii ALL=(ALL) NOPASSWD:ALL\n\n' >> /etc/sudoers
RUN flatpak remote-add --installation=image --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && \
flatpak install --installation=image -y org.mozilla.firefox && \
flatpak install --installation=image -y com.slack.Slack && \
flatpak install --installation=image -y net.sonic_pi.SonicPi && \
flatpak install --installation=image -y edu.mit.Scratch
flatpak install --installation=image -y org.mozilla.firefox net.sonic_pi.SonicPi edu.mit.Scratch
COPY cosign.pub /usr/etc/pki/containers/ii.pub
RUN rm -fr /tmp/* /var/* \
&& ostree container commit

0 comments on commit 8158c47

Please sign in to comment.