delete /etc/yum.repos.d/teamviewer.repo
since it causes this error: cannot update repo 'teamviewer': repomd.xml GPG signature verification error: Signing key not found And it's not really needed since the package gets updated with each image build.
This commit is contained in:
parent
cb256d0410
commit
e529168a88
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ RUN rpm-ostree override remove zram-generator-defaults --install cachyos-setting
|
|||
|
||||
# Install TeamViewer
|
||||
RUN mkdir /var/opt && rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm && \
|
||||
mv "/opt/teamviewer" /usr/lib/opt/
|
||||
mv "/opt/teamviewer" /usr/lib/opt/ && rm -f /etc/yum.repos.d/teamviewer.repo
|
||||
|
||||
# Install Waydroid
|
||||
RUN rpm-ostree install waydroid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue