Searched +full:libssl +full:- +full:dev (Results 1 – 25 of 104) sorted by relevance
12345
5 RUN apt-get update && \6 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \7 git clang make binutils autoconf automake autotools-dev libtool \8 pkg-config cmake cmake-data \9 zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison \10 libelf-dev libbrotli-dev12 RUN git clone --recursive --depth 1 -b v1.26.0 https://github.com/aws/aws-lc && \13 cd aws-lc && \14 cmake -B build -DDISABLE_GO=ON && \15 make -j$(nproc) -C build && \[all …]
2 # Copyright (c) 2018-2023 Petr Vorel <pvorel@suse.cz>3 set -ex5 apt="apt remove -y"10 libacl1-dev \11 libaio-dev \13 libcap-dev \14 libkeyutils-dev \15 libnuma-dev \17 libselinux1-dev \18 libsepol-dev \[all …]
2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>3 set -ex5 # workaround for missing oldstable-updates repository6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…14 apt="apt install -y --no-install-recommends"17 acl-dev \22 build-essential \30 libacl1-dev \31 libaio-dev \[all …]
2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz>3 set -ex5 dpkg --add-architecture i3868 apt install -y --no-install-recommends \9 linux-libc-dev:i386 \10 gcc-multilib \14 libc6-dev-i386 \18 libssl-dev:i386 \19 libtirpc-dev:i386 \20 pkg-config:i386
1 FROM debian:testing-slim3 RUN apt-get update && apt-get install -y autoconf automake gcc clang \4 libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \5 libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \6 graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc7 RUN apt-get clean
1 FROM obgm/libcoap:build-env3 RUN apt-get update && apt-get install -y cmake git g++4 RUN apt-get clean10 RUN ./autogen.sh --clean && ./autogen.sh11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…17 FROM debian:testing-slim19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \20 pkg-config libssl-dev libgnutls28-dev libmbedtls-dev21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim[all …]
6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.511 && DEBIAN_FRONTEND=noninteractive apt install -y \15 xz-utils \16 net-tools \17 openssh-client \23 bash-completion26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \31 libgmp-dev \39 RUN echo "dash dash/sh boolean false" | debconf-set-selections40 RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash[all …]
6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.511 && DEBIAN_FRONTEND=noninteractive apt install -y \15 xz-utils \16 net-tools \17 openssh-client \23 bash-completion26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \31 libgmp-dev \39 RUN DEBIAN_FRONTEND=noninteractive apt install -y \40 libnuma-dev [all …]
6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.511 && DEBIAN_FRONTEND=noninteractive apt install -y \15 xz-utils \16 net-tools \17 openssh-client \23 bash-completion26 RUN DEBIAN_FRONTEND=noninteractive apt install -y \31 libgmp-dev \37 libjpeg8-dev40 RUN DEBIAN_FRONTEND=noninteractive apt install -y \[all …]
4 # effectively a no-op. All of this infrastructure is inherited from the5 # freedesktop/ci-templates repository which is the recommended way to set up CI14 - container15 - build22 FDO_DISTRIBUTION_TAG: '2023-08-13-00'31 - project: 'freedesktop/ci-templates'35 build-container:36 extends: .fdo.container-build@ubuntu44 FDO_DISTRIBUTION_PACKAGES: >-46 bash-completion[all …]