Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add wget installation
  • Loading branch information
linakrisztian authored Aug 29, 2023
1 parent c582890 commit 870e75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3-slim
# Unfortunately there is no config option yet to specify the name or path
# of this image, so it must be on root level simply named Dockerfile...

RUN apt-get update && apt-get install jq -y
RUN apt-get update && apt-get install jq wget -y
RUN pip install --upgrade pip yq virtualenv

# Copy linting workflow to identify linter versions if needed
Expand Down

0 comments on commit 870e75d

Please sign in to comment.