Skip to content

Commit

Permalink
Merge pull request #5 from Stratio/PLT-589-01
Browse files Browse the repository at this point in the history
Avoid vulnerabilities 01
  • Loading branch information
iamjanr authored Aug 22, 2024
2 parents 88ce164 + 3fe647f commit 81673ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ ENV PATH="/google-cloud-sdk/bin:${PATH}"

# Install Python dependencies for gcloud
RUN pip3 install --upgrade pip \
&& pip3 install -U crcmod
&& pip3 install -U crcmod \
&& pip3 install cryptography==43.0.0

WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down

0 comments on commit 81673ae

Please sign in to comment.