Commit 465f0123 authored by itouch5000's avatar itouch5000
Browse files

use "set -x" in Dockerfile

parent 1d0ac6a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,8 +10,9 @@ ENV PYPI_INDEX_URL=https://pypi.python.org/simple
COPY entrypoint.sh /entrypoint.sh

RUN \
    set -x \
    # update system
    apt-get update \
    && apt-get update \
    # install requirements
    && apt-get install -y --no-install-recommends \
        build-essential \