Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adrian Schollmeyer
admindb-ci-docker2
Commits
46939dd5
Verified
Commit
46939dd5
authored
Apr 17, 2022
by
Adrian Schollmeyer
Browse files
kea-dev: Add up-to-date libpqxx build
parent
20a87fdc
Pipeline
#2486
failed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.kea-dev
View file @
46939dd5
...
...
@@ -37,6 +37,16 @@ RUN cd isc-kea-${KEA_VERSION} \
&& echo "usr/bin/kea-msg-compiler" >> debian/kea-common.install \
&& dpkg-buildpackage -F
RUN wget https://salsa.debian.org/debian/libpqxx/-/archive/debian/sid/libpqxx-debian-sid.tar.bz2 \
&& tar -xf libpqxx-debian-sid-.tar.bz2
RUN cd libpqxx-debian-sid \
&& mk-build-deps -i -r -t "apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends" \
&& rm -f *.deb *.changes *.buildinfo
RUN cd libpqxx-debian-sid \
&& dpkg-buildpackage -F
RUN ls -l && dpkg -i *.deb
RUN apt-get -y autoremove --purge devscripts \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment