mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
fix manual aur package extract now that they include debugs
This commit is contained in:
parent
b7413dab31
commit
cd9a52abc1
@ -25,7 +25,8 @@ RUN \
|
||||
git clone https://aur.archlinux.org/${PACKAGE}.git && \
|
||||
cd ${PACKAGE} && \
|
||||
makepkg -sAci --skipinteg --noconfirm && \
|
||||
sudo -u root tar xf *pkg.tar.zst -C /buildout && \
|
||||
sudo rm -f ${PACKAGE}-debug*pkg.tar.zst && \
|
||||
sudo -u root tar xf ${PACKAGE}-*pkg.tar.zst -C /buildout && \
|
||||
cd /tmp ;\
|
||||
done
|
||||
|
||||
|
||||
@ -25,7 +25,8 @@ RUN \
|
||||
git clone https://aur.archlinux.org/${PACKAGE}.git && \
|
||||
cd ${PACKAGE} && \
|
||||
makepkg -sAci --skipinteg --noconfirm && \
|
||||
sudo -u root tar xf *pkg.tar.xz -C /buildout && \
|
||||
sudo rm -f ${PACKAGE}-debug*pkg.tar.zst && \
|
||||
sudo -u root tar xf ${PACKAGE}-*pkg.tar.zst -C /buildout && \
|
||||
cd /tmp ;\
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user