Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
resolver-benchmarking
Commits
032c8c5f
Verified
Commit
032c8c5f
authored
Nov 02, 2022
by
Tom Krizek
Browse files
roles/bind: update base image and add libcap
parent
600389b3
Pipeline
#106010
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/bind/templates/Dockerfile.j2
View file @
032c8c5f
{% if bind_base_tag is not defined %}
FROM ubuntu:2
0
.04 AS build-base
FROM ubuntu:2
2
.04 AS build-base
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && apt-get -y dist-upgrade
...
...
@@ -16,6 +16,7 @@ RUN apt-get -y install \
libjemalloc-dev \
libjson-c-dev \
libnghttp2-dev \
libcap-dev \
libssl-dev \
libtool \
libtool-bin \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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