Skip to content

Commit 849941f

Browse files
authored
Add xournalpp
1 parent 8feb8f1 commit 849941f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ enabled=1\n\
1111
gpgcheck=1\n\
1212
gpgkey=https://dl.google.com/linux/linux_signing_key.pub" > /etc/yum.repos.d/google-chrome.repo
1313

14-
# LAYER 2: Install ONLY Google Chrome
15-
# This layer is heavy (~600MB) but it will be cached and "frozen"
14+
# Google Chrome
1615
RUN dnf clean all && \
1716
dnf update -y && \
1817
dnf install -y google-chrome-stable && \
1918
dnf clean all
2019

21-
# LAYER 3: Install your lightweight utility packages
22-
# If you add or remove packages here, ONLY this layer will re-build.
23-
# Chrome will be pulled instantly from the cache!
20+
RUN dnf clean all && \
21+
dnf update -y && \
22+
dnf install -y xournalpp && \
23+
dnf clean all
24+
25+
# Other Custom Packages
2426
RUN dnf clean all && \
2527
dnf install -y \
2628
spectacle \
@@ -33,6 +35,5 @@ RUN dnf clean all && \
3335
nano \
3436
tree \
3537
rclone \
36-
pipewire-jack-audio-connection-kit \
3738
fuse-libs && \
3839
dnf clean all

0 commit comments

Comments
 (0)