Skip to content
Snippets Groups Projects
Commit 40857cc7 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

scripts: update dependencies in Dockerfile

parent 792cb444
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
ENV RUNTIME_PKGS libssl1.0.0 liburcu-dev liblmdb-dev libgnutls28-dev libjansson-dev
ENV BUILD_PKGS git-core make gcc libtool autoconf pkg-config
ENV RUNTIME_PKGS liburcu-dev liblmdb-dev libgnutls28-dev libjansson-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