There was an error while loading. Please reload this page.
1 parent 0034934 commit cd38d5eCopy full SHA for cd38d5e
1 file changed
Dockerfile
@@ -107,7 +107,7 @@ ENTRYPOINT ["/usr/bin/bash"]
107
# ----------------------------------------------------------------------------
108
# full: base + Python + cloud CLIs + hardening (final image)
109
110
-FROM slim-base AS full-base
+FROM slim AS full
111
112
# Install python standalone build.
113
ARG PYTHON_VERSION
@@ -277,7 +277,4 @@ RUN <<EOT
277
EOT
278
279
280
-FROM scratch as full
281
-COPY --from=full-base / /
282
-
283
ENTRYPOINT ["/usr/bin/bash"]
0 commit comments