umc icon indicating copy to clipboard operation
umc copied to clipboard

Docker-compose up error

Open avra911 opened this issue 3 years ago • 1 comments

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

avra911 avatar May 21 '21 08:05 avra911

Just came across this myself. Thanks for the tip!

threed-factory-store avatar May 30 '21 16:05 threed-factory-store