6 lines
92 B
Docker
6 lines
92 B
Docker
ARG BASE_IMAGE=google/cloud-sdk:latest
|
|
FROM $BASE_IMAGE
|
|
|
|
RUN apk add -U --no-cache openssl
|
|
|