TLS socket still doesn't work

This commit is contained in:
Asher
2019-07-25 17:39:43 -05:00
parent a4f21fb0d4
commit 4c4a179bce
9 changed files with 113 additions and 73 deletions

View File

@@ -17,7 +17,7 @@ function docker-build() {
if [[ "${image}" == "codercom/nbin-alpine" ]] ; then
docker exec "${containerId}" apk add libxkbfile-dev libsecret-dev
else
# TODO: at some point git existing but now it seems to have disappeared.
# TODO: at some point git existed but it seems to have disappeared.
docker exec "${containerId}" yum install -y libxkbfile-devel libsecret-devel git
fi