Skip to content

Commit

Permalink
Removing command that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 30, 2024
1 parent e65504a commit 20dc99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.py310
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 20dc99f

Please sign in to comment.