We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4395614 commit 776f939Copy full SHA for 776f939
1 file changed
Dockerfile
@@ -9,8 +9,6 @@ ARG ECR_URI=${ECR_ACCOUNT_ID}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/${BASE_IM
9
10
FROM ${ECR_URI} as docker-code-server-python
11
12
-ARG DEBIAN_FRONTEND="noninteractive"
13
-
14
# Install Python 3.12
15
RUN echo "**** install Python 3.12 ****" && \
16
apt-get update && \
0 commit comments