docker: fix build in more generic way

This commit is contained in:
Pavol Rusnak 2017-12-05 23:54:17 +01:00
parent 04d980f8f0
commit d30eb0df32
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -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