1
0
mirror of https://github.com/mveril/qp-demo synced 2024-08-25 05:51:47 +02:00

Fix error in apt

This commit is contained in:
Mickaël Véril 2020-03-31 18:19:36 +02:00
parent f748607898
commit 6e3ed6e25b

View File

@ -20,8 +20,7 @@ ARG tz=Etc/UTC
# enable manpages installation # enable manpages installation
RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes
# Install all requierd packages # Install all requierd packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y \
RUN DEBIAN_FRONTEND=noninteractive apt-get install \
# Git for download quantum package # Git for download quantum package
git \ git \
# All necessary packages to compile and run quantum package # All necessary packages to compile and run quantum package