Skip to content

Commit

Permalink
AL: add awscli install script
Browse files Browse the repository at this point in the history
  • Loading branch information
adalundhe committed Feb 9, 2024
1 parent 40387d2 commit 8b19edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash

RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
apt update && apt install -y gh;
apt update && apt install -y gh unzip;

RUN pip install --index-url ${INDEX_URL} \
poetry pytest playwright \
Expand Down

0 comments on commit 8b19edd

Please sign in to comment.