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
c6dd675f
Verified
Commit
c6dd675f
authored
Apr 17, 2022
by
Adrian Schollmeyer
Browse files
kea-dev: Fix pqxx build, add more cleanup
parent
378a2712
Pipeline
#2488
failed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.kea-dev
View file @
c6dd675f
...
...
@@ -37,8 +37,7 @@ 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 git clone --depth 1 https://salsa.debian.org/debian/libpqxx.git libpqxx-debian-sid
RUN cd libpqxx-debian-sid \
&& mk-build-deps -i -r -t "apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends" \
...
...
@@ -50,6 +49,7 @@ RUN cd libpqxx-debian-sid \
RUN ls -l && dpkg -i *.deb
RUN apt-get -y autoremove --purge devscripts \
&& apt-get -y autoremove --purge \
&& apt-get clean \
&& rm -r *.deb \
&& rm -r isc-kea* \
...
...
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