1
0
mirror of https://github.com/mveril/qp-demo synced 2024-08-24 21:41: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
RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes
# Install all requierd packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y \
# Git for download quantum package
git \
# All necessary packages to compile and run quantum package