[docker] Update ca-certs
Change-Id: I56759e9f5405c518c3e33d9b6a19e0ffcb689002
This commit is contained in:
@@ -17,7 +17,7 @@ Changelog
|
||||
was missed or can be improved, feel free to change it!
|
||||
|
||||
|
||||
[2.2.0] - 2021-10-21
|
||||
[2.2.0] - 2021-10-25
|
||||
--------------------
|
||||
|
||||
Changed
|
||||
|
||||
@@ -7,8 +7,10 @@ WORKDIR /rally/xrally_openstack
|
||||
|
||||
# to install package system-wide, we need to temporary switch to root user
|
||||
USER root
|
||||
# ensure that we have all system packages installed
|
||||
RUN pip3 install --no-cache-dir -U bindep && apt update && DEBIAN_FRONTEND=noninteractive apt install --yes $(bindep -b | tr '\n' ' ') && apt clean
|
||||
# ensure that we have latest ca-certs
|
||||
RUN apt update && apt install --reinstall ca-certificates --yes
|
||||
# ensure that we have all system dependencies installed
|
||||
RUN pip3 install --no-cache-dir -U bindep && DEBIAN_FRONTEND=noninteractive apt install --yes $(bindep -b | tr '\n' ' ') && apt clean
|
||||
# disabling cache since we do not expect to install other packages
|
||||
RUN pip3 install . --no-cache-dir --constraint ./upper-constraints.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user