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

Don't install systemd-dev to our build images #493

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN set -ex \
libsnmp-base \
libsnmp-dev \
libssl-dev \
libsystemd-dev \
make \
pkg-config \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion deb-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV BUNDLER_VERSION $BUNDLER_VERSION
RUN grep -v return /root/.bashrc >> /root/newbashrc && cp /root/newbashrc /root/.bashrc

RUN apt-get update && apt-get install -y fakeroot curl git procps bzip2 \
build-essential pkg-config tar libsystemd-dev libkrb5-dev \
build-essential pkg-config tar libkrb5-dev \
gettext libtool autopoint autoconf libtool-bin \
selinux-basics default-jre flex

Expand Down
2 changes: 1 addition & 1 deletion deb-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN echo 'Acquire::Check-Valid-Until "false";' >> /etc/apt/apt.conf.d/20datadog

RUN apt-get update && apt-get install -y fakeroot procps bzip2 \
build-essential pkg-config libssl-dev libcurl4-openssl-dev libexpat-dev libpq-dev libz-dev \
libsystemd-journal-dev rpm tar gettext libtool autopoint autoconf pkg-config flex \
rpm tar gettext libtool autopoint autoconf pkg-config flex \
selinux-basics libtool software-properties-common default-jre texinfo pxz

# Ubuntu 14.04 comes with gcc 4.8 by default, which has a tough time compiling newer Go versions
Expand Down
2 changes: 1 addition & 1 deletion rpm-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV BUNDLER_VERSION $BUNDLER_VERSION

# The last two lines contain dependencies for build of newer rpm
RUN yum -y install @development which perl-core perl-ExtUtils-MakeMaker ncurses-compat-libs git procps \
curl-devel expat-devel gettext-devel openssl-devel systemd-devel zlib-devel bzip2 glibc-static python-devel tar pkgconfig \
curl-devel expat-devel gettext-devel openssl-devel zlib-devel bzip2 glibc-static python-devel tar pkgconfig \
libtool autoconf policycoreutils-python \
bzip2-devel e2fsprogs-devel file-devel libacl-devel libarchive-devel libattr-devel \
libxml2-devel lzo-devel nss nss-devel popt-devel sharutils xz-devel java \
Expand Down
2 changes: 1 addition & 1 deletion rpm-armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \

# The last two lines contain dependencies for build of newer rpm
RUN yum -y install @development which perl-ExtUtils-MakeMaker ncurses-compat-libs git procps \
curl-devel expat-devel gettext-devel openssl-devel systemd-devel zlib-devel bzip2 glibc-static tar pkgconfig \
curl-devel expat-devel gettext-devel openssl-devel zlib-devel bzip2 glibc-static tar pkgconfig \
libtool autoconf policycoreutils-python \
bzip2-devel e2fsprogs-devel file-devel libacl-devel libarchive-devel libattr-devel \
libxml2-devel lzo-devel nss nss-devel popt-devel sharutils xz-devel java \
Expand Down
15 changes: 0 additions & 15 deletions rpm-headers/README.md

This file was deleted.

78 changes: 0 additions & 78 deletions rpm-headers/systemd/_sd-common.h

This file was deleted.

117 changes: 0 additions & 117 deletions rpm-headers/systemd/sd-id128.h

This file was deleted.

Loading