This website requires JavaScript.
Explore
Help
Sign In
bunix42
/
docker-cloud-sdk
Archived
Watch
1
Star
0
Fork
0
You've already forked docker-cloud-sdk
Code
Releases
Activity
This repository has been archived on
2020-05-22
. You can view files and clone it, but cannot push or open issues or pull requests.
a9a4291fcb
docker-cloud-sdk
/
Dockerfile
6 lines
92 B
Docker
Raw
Normal View
History
Unescape
Escape
refactored base image selection
2018-08-24 12:09:28 +00:00
ARG
BASE_IMAGE
=
google/cloud-sdk:latest
FROM
$BASE_IMAGE
RUN
apk add -U --no-cache openssl
create initial docker container with additional openssl installed
2018-04-13 18:58:07 +00:00
Copy Permalink