Skip to content

Commit

Permalink
--break-system-packages to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
odavid committed Feb 5, 2024
1 parent 976d45d commit 8f1f4a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN \
; \
fi

RUN pip3 install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir wheel \
&& pip install --no-cache-dir awscli PyYAML six requests botocore boto3
RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip \
&& pip install --break-system-packages --no-cache-dir wheel \
&& pip install --break-system-packages --no-cache-dir awscli PyYAML six requests botocore boto3

RUN curl $CURL_OPTIONS https://releases.hashicorp.com/envconsul/0.10.0/envconsul_0.10.0_linux_amd64.tgz | tar -C /usr/bin -xvzf - && \
chmod +x /usr/bin/envconsul
Expand Down

0 comments on commit 8f1f4a0

Please sign in to comment.