You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 🤓
Thanks
The text was updated successfully, but these errors were encountered:
Hey, there,
I had a small issue running container:
I had no issues after commenting out
apt-utils \
. Not sure where the package helps exactly. 🤓Thanks
The text was updated successfully, but these errors were encountered: