Skip to content

Commit

Permalink
feat(1password): add from bling
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 25, 2023
1 parent e3c47b7 commit ebf4d05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ RUN /tmp/bat.sh
RUN /tmp/delta.sh

### add 1password
RUN /tmp/1password.sh
COPY --from=ghcr.io/briorg/ublue-os_bling:latest /modules/bling/installers/1password.sh /tmp/1password.sh
RUN chmod +x /tmp/1password.sh && \
/tmp/1password.sh

### add appimagelauncher
RUN rpm-ostree install "https://github.com/TheAssassin/AppImageLauncher/releases/download/continuous/appimagelauncher-2.2.0-gha111.d9d4c73.x86_64.rpm"
Expand Down

0 comments on commit ebf4d05

Please sign in to comment.