From 20dc99f53c5608b90986b124d99df3006edaf8d7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 30 Aug 2024 16:14:49 -0600 Subject: [PATCH] Removing command that didn't work --- Dockerfile.py310 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.py310 b/Dockerfile.py310 index ef7685f..c9ebb9e 100644 --- a/Dockerfile.py310 +++ b/Dockerfile.py310 @@ -1,6 +1,6 @@ FROM nsidc/aws-sam-cli-build-image-python3.10:latest -RUN curl -sSL https://install.python-poetry.org | poetry self add poetry-plugin-export | python3.10 - +RUN curl -sSL https://install.python-poetry.org | python3.10 - ENV PATH "$PATH:/root/.local/bin:/home/linuxbrew/.local/bin" COPY sam_build.sh /sam_build.sh