1
0

create initial docker container with additional openssl installed

This commit is contained in:
bunix42 2018-04-13 18:58:07 +00:00
parent 07beb7cf91
commit 2db2bac824

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM google/cloud-sdk:<VERSION>
RUN apk add -U --no-cache openssl