umc
umc copied to clipboard
Docker-compose up error
Hey, there,
I had a small issue running container:
The following packages have unmet dependencies:
apt-utils : Depends: apt (= 1.8.2.3) but 1.4.8 is to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: Service 'www' failed to build: The command '
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
libfreetype6-dev \
libicu-dev \
libssl-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libedit-dev \
libzip-dev \
libedit2 \
libxslt1-dev \
libonig-dev \
apt-utils \
gnupg \
vim \
wget \
curl \
unzip \
tar
' returned a non-zero code: 100
I had no issues after commenting out apt-utils \
. Not sure where the package helps exactly. :nerd_face:
Thanks
Just came across this myself. Thanks for the tip!