mirror of
https://github.com/mveril/qp-demo
synced 2025-01-03 10:05:57 +01:00
Fix error in apt
This commit is contained in:
parent
f748607898
commit
6e3ed6e25b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user