File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ enabled=1\n\
1111gpgcheck=1\n \
1212gpgkey=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
1615RUN 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
2426RUN 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
You can’t perform that action at this time.
0 commit comments