resolved the Debian 11 dockerfile dependecies issues
This fixes the issue #4695 Signed-off-by: Tushar <tusharbarman123@gmail.com> Change-Id: Id8a6769ffab18b1d5094799e63d851685c5b1a4f resolved the intendation issues and duplication issue Signed-off-by: Tushar <tusharbarman123@gmail.com> Change-Id: I650e1417f14d156e4a39ba8e6261460d048dfa85 removed lines Signed-off-by: Tushar <tusharbarman123@gmail.com> Change-Id: I4ce387a20bee21c9269db6486c8261db96b76ac8 Removed further lines Signed-off-by: Tushar <tusharbarman123@gmail.com> Change-Id: If6d7904719cc0fb4800a9f3da1d6043903ee9fec
This commit is contained in:
parent
5f54484fc6
commit
b4ee1a49f0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
FROM debian:buster
|
||||
FROM debian:stable
|
||||
|
||||
# get the latest fixes
|
||||
# install LibreOffice run-time dependencies
|
||||
|
@ -12,7 +12,7 @@ FROM debian:buster
|
|||
RUN apt-get update && \
|
||||
apt-get -y install libpng16-16 fontconfig adduser cpio \
|
||||
findutils nano libcap2-bin openssl inotify-tools \
|
||||
procps libubsan0 libubsan1 openssh-client fonts-wqy-zenhei \
|
||||
procps libubsan1 openssh-client fonts-wqy-zenhei \
|
||||
fonts-wqy-microhei fonts-droid-fallback fonts-noto-cjk
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue