Skip to content

Commit

Permalink
Update development.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz authored Sep 25, 2024
1 parent d243af5 commit b159983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloud/aws/deployment/development.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y \
python3-pip \
curl \
unzip \
docker.io \
python3.10-venv \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists.d/* \
&& apt-get autoremove \
Expand All @@ -21,4 +23,4 @@ RUN unzip awscliv2.zip && ./aws/install


# Install Azure CLI
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

0 comments on commit b159983

Please sign in to comment.