docker: fix build in more generic way

pull/25/head
Pavol Rusnak 7 years ago
parent 04d980f8f0
commit d30eb0df32
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -23,5 +23,5 @@ RUN pip3 install --no-deps git+https://github.com/trezor/python-trezor.git@maste
# workarounds for weird default install
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

Loading…
Cancel
Save