jessfraz / dockerfiles

Various Dockerfiles I use on the desktop and on servers.
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
MIT License
13.64k stars 2.55k forks source link

cathode - error during build #563

Open Rohlik opened 3 years ago

Rohlik commented 3 years ago

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 <jess@linux.com>"
 ---> 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
issue-label-bot[bot] commented 3 years ago

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.