Skip to content

Commit cd38d5e

Browse files
committed
fix
1 parent 0034934 commit cd38d5e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ENTRYPOINT ["/usr/bin/bash"]
107107
# ----------------------------------------------------------------------------
108108
# full: base + Python + cloud CLIs + hardening (final image)
109109
# ----------------------------------------------------------------------------
110-
FROM slim-base AS full-base
110+
FROM slim AS full
111111

112112
# Install python standalone build.
113113
ARG PYTHON_VERSION
@@ -277,7 +277,4 @@ RUN <<EOT
277277
EOT
278278

279279

280-
FROM scratch as full
281-
COPY --from=full-base / /
282-
283280
ENTRYPOINT ["/usr/bin/bash"]

0 commit comments

Comments
 (0)