Skip to content

Commit

Permalink
Add tmpfile to reestablish Google Chrome link
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Oct 19, 2024
1 parent ce137ab commit 9569a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ COPY overlay-root/etc/ /etc/

RUN mkdir -p /var/opt \
&& mkdir -p /usr/lib/opt/google \
&& ln -s /usr/lib/opt/google /var/opt/google
&& ln -s /usr/lib/opt/google /var/opt/google \
&& echo 'L /opt/google - - - - ../../usr/lib/opt/google' > /usr/lib/tmpfiles.d/google-chrome.conf

RUN --mount=type=bind,source=packages.json,target=/packages.json,z \
rpm --import /etc/pki/rpm-gpg/google-linux-public-key.asc \
Expand Down

0 comments on commit 9569a7d

Please sign in to comment.