dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

cathode - error during build

Open Rohlik opened this issue 5 years ago • 1 comments

This error occur during the build cathode image:

Sending build context to Docker daemon   2.56kB
Step 1/7 : FROM debian:bullseye-slim
 ---> ea64efa816a4
Step 2/7 : LABEL maintainer "Jessie Frazelle <[email protected]>"
 ---> Using cache
 ---> 7691750a2721
Step 3/7 : RUN apt-get update && apt-get install -y     build-essential         ca-certificates         git     qmlscene        qt5-qmake       qt5-default     qtdeclarative5-dev      qml-module-qtquick-controls     qml-module-qtgraphicaleffects   qml-module-qtquick-dialogs   qml-module-qtquick-localstorage  qml-module-qtquick-window2      --no-install-recommends         && rm -rf /var/lib/apt/lists/*
 ---> Running in 35ba69c47ca4
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [123 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [7961 kB]
Fetched 8168 kB in 2s (3544 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package qt5-default
The command '/bin/sh -c apt-get update && apt-get install -y    build-essential         ca-certificates         git     qmlscene        qt5-qmake       qt5-default     qtdeclarative5-dev      qml-module-qtquick-controls     qml-module-qtgraphicaleffects   qml-module-qtquick-dialogs    qml-module-qtquick-localstorage         qml-module-qtquick-window2      --no-install-recommends         && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Rohlik avatar Dec 21 '20 12:12 Rohlik

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Dec 21 '20 12:12 issue-label-bot[bot]