Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command "docker build ." fails #1

Closed
gmacario opened this issue Mar 20, 2018 · 0 comments
Closed

Command "docker build ." fails #1

gmacario opened this issue Mar 20, 2018 · 0 comments

Comments

@gmacario
Copy link
Contributor

Build log:

gpmacario@nemo:~/github/gmacario/docker-qt⟫ docker build .
Sending build context to Docker daemon  148.5kB
Step 1/21 : FROM alpine:edge
 ---> 5c4fa780951b
Step 2/21 : MAINTAINER Hadrien Mary <hadrien.mary@gmail.com>
 ---> Using cache
 ---> c3af5b571aaf
Step 3/21 : RUN apk update &&     apk upgrade &&     apk --update add         gcc g++ build-base cmake bash libstdc++ libxcb-dev icu-dev         openssl-dev linux-headers curl git libproc libxrender-dev libexecinfo-dev         libpng libpng-dev libjpeg-turbo libjpeg-turbo-dev icu-libs icu         mesa-gl mesa-dev freetype-dev sqlite-dev gstreamer1 gstreamer0.10-dev         libogg-dev libvorbis-dev libbz2 gperf bison ruby flex &&     rm -rf /var/cache/apk/*
 ---> Running in cc198c29268b
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
v3.7.0-3174-gdc61508172 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.7.0-3167-g0f2ff8e737 [http://dl-cdn.alpinelinux.org/alpine/edge/community]
OK: 9354 distinct packages available
Upgrading critical system libraries and apk-tools:
(1/1) Upgrading apk-tools (2.9.1-r0 -> 2.9.1-r1)
Executing busybox-1.27.2-r7.trigger
Continuing the upgrade transaction with new apk-tools:
(1/5) Upgrading musl (1.1.18-r5 -> 1.1.19-r1)
(2/5) Upgrading busybox (1.27.2-r7 -> 1.28.1-r0)
Executing busybox-1.28.1-r0.post-upgrade
(3/5) Upgrading libressl2.6-libcrypto (2.6.3-r0 -> 2.6.4-r0)
(4/5) Upgrading libressl2.6-libssl (2.6.3-r0 -> 2.6.4-r0)
(5/5) Upgrading musl-utils (1.1.18-r5 -> 1.1.19-r1)
Executing busybox-1.28.1-r0.trigger
OK: 4 MiB in 11 packages
ERROR: unsatisfiable constraints:
  gstreamer1 (missing):
    required by: world[gstreamer1]
The command '/bin/sh -c apk update &&     apk upgrade &&     apk --update add         gcc g++ build-base cmake bash libstdc++ libxcb-dev icu-dev         openssl-dev linux-headers curl git libproc libxrender-dev libexecinfo-dev         libpng libpng-dev libjpeg-turbo libjpeg-turbo-dev icu-libs icu         mesa-gl mesa-dev freetype-dev sqlite-dev gstreamer1 gstreamer0.10-dev         libogg-dev libvorbis-dev libbz2 gperf bison ruby flex &&     rm -rf /var/cache/apk/*' returned a non-zero code: 1
1 gpmacario@nemo:~/github/gmacario/docker-qt⟫

Issue reproduced on

  • Ubuntu 16.04.4 LTS (Xenial Xerus) 64-bit
  • docker 17.12.1-ce
  • docker-qt master 37cf223
gmacario added a commit to gmacario/docker-qt that referenced this issue Mar 20, 2018
@hadim hadim closed this as completed in #2 Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant