Skip to content
Snippets Groups Projects
Commit d83044a0 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: install python3-boto3 for S3 mirror

parent fd20a58d
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -17,6 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
python3 \ python3 \
python3-dev \ python3-dev \
python3-distutils \ python3-distutils \
python3-boto3 \
python-is-python3 \ python-is-python3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment