Skip to content
Snippets Groups Projects
Commit 57639e69 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

docker: keep -dev versions of liburcu and liblmdb to keep .pc files

parent a636c6de
Branches
Tags
No related merge requests found
......@@ -10,8 +10,8 @@ EXPOSE 53
# Environment
ENV THREADS 4
ENV BUILD_PKGS git-core make gcc libtool autoconf pkg-config flex bison libssl-dev liburcu-dev liblmdb-dev
ENV RUNTIME_PKGS libssl1.0.0 liburcu2 liblmdb0
ENV BUILD_PKGS git-core make gcc libtool autoconf pkg-config flex bison libssl-dev
ENV RUNTIME_PKGS libssl1.0.0 liburcu-dev liblmdb-dev
# Install dependencies and sources
RUN apt-get -q -y update && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment