mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-28 00:01:31 +00:00
docker: fix build in more generic way
This commit is contained in:
parent
04d980f8f0
commit
d30eb0df32
@ -23,5 +23,5 @@ RUN pip3 install --no-deps git+https://github.com/trezor/python-trezor.git@maste
|
|||||||
# workarounds for weird default install
|
# workarounds for weird default install
|
||||||
|
|
||||||
RUN ln -s python3 /usr/bin/python
|
RUN ln -s python3 /usr/bin/python
|
||||||
ENV SCONS_LIB_DIR=/usr/local/lib/python3.5/dist-packages/scons-3.0.0
|
RUN ln -s dist-packages /usr/local/lib/python3.5/site-packages
|
||||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user