try apt instead of dpkg
This commit is contained in:
parent
2f225b68e0
commit
ebadb51309
|
@ -77,7 +77,7 @@ 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 && \
|
||||
dpkg -i *.deb && \
|
||||
apt install ./*.deb && \
|
||||
apt-get install -f && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||
|
|
Loading…
Reference in New Issue