-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Looks like something changed in debian:stable- slim, as build is failing on this as of April 14th. I suspect one of the libversions no longer exists and has been replaced with newer
> [ 2/15] RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake bison build-essential ca-certificates clang cmake curl docbook-xml docbook5-xml eatmydata flex gdb git libboost-serialization-dev libboost-test-dev libboost-thread-dev libclang-rt-dev libcunit1-dev libcurl4-gnutls-dev libgmp-dev libjson-c-dev libmpfr-dev libpcre3-dev libprotobuf-c-dev libreadline-dev libsqlite3-dev libtiff-dev libtool libxml2-dev libxml2-utils pkg-config protobuf-c-compiler sudo sqlite3 valgrind wget xsltproc zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*:
------
Dockerfile:3
--------------------
2 |
3 | >>> RUN apt-get update && \
4 | >>> apt-get install -y --no-install-recommends \
5 | >>> autoconf \
6 | >>> automake \
7 | >>> bison \
8 | >>> build-essential \
9 | >>> ca-certificates \
10 | >>> clang \
11 | >>> cmake \
12 | >>> curl \
13 | >>> docbook-xml \
14 | >>> docbook5-xml \
15 | >>> eatmydata \
16 | >>> flex \
17 | >>> gdb \
18 | >>> git \
19 | >>> libboost-serialization-dev \
20 | >>> libboost-test-dev \
21 | >>> libboost-thread-dev \
22 | >>> libclang-rt-dev \
23 | >>> libcunit1-dev \
24 | >>> libcurl4-gnutls-dev \
25 | >>> libgmp-dev \
26 | >>> libjson-c-dev \
27 | >>> libmpfr-dev \
28 | >>> libpcre3-dev \
29 | >>> libprotobuf-c-dev \
30 | >>> libreadline-dev \
31 | >>> libsqlite3-dev \
32 | >>> libtiff-dev \
33 | >>> libtool \
34 | >>> libxml2-dev \
35 | >>> libxml2-utils \
36 | >>> pkg-config \
37 | >>> protobuf-c-compiler \
38 | >>> sudo \
39 | >>> sqlite3 \
40 | >>> valgrind \
41 | >>> wget \
42 | >>> xsltproc \
43 | >>> zlib1g-dev && \
44 | >>> apt-get clean && \
45 | >>> rm -rf /var/lib/apt/lists/*
46 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf automake bison build-essential ca-certificates clang cmake curl docbook-xml docbook5-xml eatmydata flex gdb git libboost-serialization-dev libboost-test-dev libboost-thread-dev libclang-rt-dev libcunit1-dev libcurl4-gnutls-dev libgmp-dev libjson-c-dev libmpfr-dev libpcre3-dev libprotobuf-c-dev libreadline-dev libsqlite3-dev libtiff-dev libtool libxml2-dev libxml2-utils pkg-config protobuf-c-compiler sudo sqlite3 valgrind wget xsltproc zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: invalid argument
Env Batch selected: weekly [{'name': 'latest', 'PG': 'master', 'GEOS': 'main', 'GDAL': 'master', 'PROJ': 'master', 'PG_CC': 'gcc'}]
Traceback (most recent call last):
Metadata
Metadata
Assignees
Labels
No labels