Skip to content

Commit ebd2a1c

Browse files
committed
fix(base): remove AMP_CONTAINER env var (set by AMP instead)
1 parent 9f3c8fb commit ebd2a1c

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

base/debian-12/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM debian:bookworm-slim
66
LABEL org.opencontainers.image.source="https://github.com/CubeCoders/dockerfiles"
77
LABEL org.opencontainers.image.licenses=MIT
88

9-
ENV AMP_CONTAINER="1"
109
ENV DEBIAN_FRONTEND="noninteractive"
1110

1211
ARG TARGETARCH

base/debian/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM debian:trixie-slim
66
LABEL org.opencontainers.image.source="https://github.com/CubeCoders/dockerfiles"
77
LABEL org.opencontainers.image.licenses=MIT
88

9-
ENV AMP_CONTAINER="1"
109
ENV DEBIAN_FRONTEND="noninteractive"
1110

1211
ARG TARGETARCH

base/ubuntu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ubuntu:noble
66
LABEL org.opencontainers.image.source="https://github.com/CubeCoders/dockerfiles"
77
LABEL org.opencontainers.image.licenses=MIT
88

9-
ENV AMP_CONTAINER="1"
109
ENV DEBIAN_FRONTEND="noninteractive"
1110

1211
ARG TARGETARCH

0 commit comments

Comments
 (0)