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
8a84350c
Verified
Commit
8a84350c
authored
Apr 17, 2022
by
Adrian Schollmeyer
Browse files
kea-dev: Fix pqxx build
parent
c6dd675f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.kea-dev
View file @
8a84350c
...
...
@@ -37,13 +37,13 @@ RUN cd isc-kea-${KEA_VERSION} \
&& echo "usr/bin/kea-msg-compiler" >> debian/kea-common.install \
&& dpkg-buildpackage -F
RUN git clone --depth 1 https://salsa.debian.org/debian/libpqxx.git
libpqxx-debian-sid
RUN git clone --depth 1 https://salsa.debian.org/debian/libpqxx.git
RUN cd libpqxx
-debian-sid
\
RUN cd libpqxx \
&& 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
\
RUN cd libpqxx \
&& dpkg-buildpackage -F
RUN ls -l && dpkg -i *.deb
...
...
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