mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssldump_version=1.4b
|
|
distribution=ubuntu-groovy
|
|
|
|
docker build -t "ssldump-${distribution}:${ssldump_version}" .
|