mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 02:45:13 -03:00
Don't guess test for sogo
This commit is contained in:
@@ -80,7 +80,6 @@ RUN --mount=type=bind,from=builder,source=/buildtmp/vendor/output,target=/build
|
||||
mkdir /usr/share/doc/sogo && \
|
||||
touch /usr/share/doc/sogo/empty.sh && \
|
||||
cd /build && \
|
||||
(echo "$(dpkg-deb -I _sogo_${VERSION}_amd64.deb | grep -E "Depends" | tr -d "|," | sed "s/([^)]*)/()/g" | tr -d "()" | tr " " "\n" | grep -Ev "Depends|Recommends|Suggests|Pre\-Depends|sogo|sope" | xargs)" | xargs -n 1 apt-get install -y || true) && \
|
||||
apt install -y ./*.deb && \
|
||||
apt-get install -f && \
|
||||
apt-get clean && \
|
||||
|
||||
Reference in New Issue
Block a user