Skip to content

Commit

Permalink
chore: fix run syntax
Browse files Browse the repository at this point in the history
separate commands
  • Loading branch information
BobyMCbobs committed Feb 19, 2024
1 parent 046cd11 commit ccc0ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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 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
COPY cosign.pub /usr/etc/pki/containers/ii.pub
RUN rm -fr /tmp/* /var/* \
Expand Down

0 comments on commit ccc0ff2

Please sign in to comment.