mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
Dockerfile: remove security by-pass in Clear Linux Dockerfile
"RUN git config --global http.sslVerify false" was needed with a cloud-based CI system else it failed to clone the repository. The project does not use that cloud-based CI system and hence this workaround (security by-pass) is not needed. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
4dc39fdb8e
commit
5a7ccc87b1
@ -5,9 +5,6 @@ RUN swupd bundle-add -b os-clr-on-clr python3-basic
|
|||||||
|
|
||||||
RUN pip3 install kconfiglib
|
RUN pip3 install kconfiglib
|
||||||
|
|
||||||
RUN mkdir -p /usr/local/bin
|
|
||||||
RUN git config --global http.sslVerify false
|
|
||||||
|
|
||||||
WORKDIR /root/acrn
|
WORKDIR /root/acrn
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user