mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 04:52:40 -03:00
use apt-get -y
This commit is contained in:
@@ -79,8 +79,8 @@ 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 && \
|
||||
apt-get install $(apt-cache depends sogo | sed 's/<[^>]*>//g' | awk '$1~/Depends/{printf $2" "}') && \
|
||||
apt install ./*.deb && \
|
||||
apt-get -y install $(apt-cache depends sogo | sed 's/<[^>]*>//g' | awk '$1~/Depends/{printf $2" "}') && \
|
||||
apt install -y ./*.deb && \
|
||||
apt-get install -f && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||
|
||||
Reference in New Issue
Block a user