mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
bazel: provide semi-hermetic python toolchain (#1753)
The actual python version used in bazel is hermetic after this PR. However, we still require a host python toolchain for bootstrapping (this will be fixed soon upstream) and host wide glibc (+ libcrypt.so.1).
This commit is contained in:
parent
87b9d85669
commit
ab257944f9
3 changed files with 31 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ RUN chmod +x /usr/local/bin/bazelisk && \
|
|||
dnf install -y \
|
||||
git \
|
||||
diffutils \
|
||||
libxcrypt-compat \
|
||||
python3 \
|
||||
&& \
|
||||
dnf clean all && \
|
||||
groupadd --gid 1000 builder && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue