Skip to content

Commit

Permalink
ProtonPass is borked for now
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicOfficer committed Jun 6, 2024
1 parent a6697ec commit e9e39b5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ FROM ghcr.io/ublue-os/bazzite:stable AS quantix

COPY system_files/shared /

# Install new packages
# Proton
RUN curl -o /tmp/ProtonMail-desktop-beta.rpm https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm && \
curl -o /tmp/ProtonPass.rpm https://proton.me/download/PassDesktop/linux/x64/ProtonPass.rpm && \
rpm-ostree install \
rpm-ostree install /tmp/ProtonMail-desktop-beta.rpm && \
ostree container commit

# Install new packages
RUN rpm-ostree install \
adobe-source-code-pro-fonts \
cascadia-code-fonts \
jetbrains-mono-fonts-all \
Expand Down Expand Up @@ -40,10 +43,11 @@ RUN curl -o /tmp/ProtonMail-desktop-beta.rpm https://proton.me/download/mail/lin
glib2-devel \
pixman-devel \
spice-protocol \
spice-server-devel \
/tmp/ProtonMail-desktop-beta.rpm && \
/tmp/ProtonPass.rpm && \
systemctl unmask quantix-flatpak-manager.service && \
spice-server-devel && \
ostree container commit

# Finalise
RUN systemctl unmask quantix-flatpak-manager.service && \
systemctl enable quantix-flatpak-manager.service && \
systemctl enable quantix-system-setup.service && \
systemctl enable docker.socket && \
Expand Down

0 comments on commit e9e39b5

Please sign in to comment.