Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michal Nowak
images
Commits
96ff1be0
Commit
96ff1be0
authored
May 13, 2020
by
Michał Kępień
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install SoftHSM on Fedora
parent
a9746f32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docker/Makefile
docker/Makefile
+1
-0
docker/bind9/fedora-template/Dockerfile
docker/bind9/fedora-template/Dockerfile
+1
-0
No files found.
docker/Makefile
View file @
96ff1be0
...
...
@@ -25,6 +25,7 @@ endif
# Define where softhsm and what version gets installed
softhsm_debian_buster_amd64
:=
2
softhsm_fedora_31_amd64
:=
2
# Define extras
abi_check_debian_buster_amd64
:=
yes
...
...
docker/bind9/fedora-template/Dockerfile
View file @
96ff1be0
...
...
@@ -33,6 +33,7 @@ RUN dnf -y install \
procps-ng
\
python-dns
\
python-ply
RUN if
[
"@SOFTHSM@"
-ge
"2"
]
2>/dev/null
;
then
dnf
-y
install
softhsm
;
fi
RUN
dnf
-y
install
\
gcc-c++
\
libatf-c++-devel
\
...
...
Write
Preview
Markdown
is supported
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