Revert "Call prepare_host in the DockerFile (#1386)" (#1433)

This reverts commit c42c0df2c2.
This commit is contained in:
Igor Pečovnik 2019-06-29 08:58:38 +02:00 committed by GitHub
parent c42c0df2c2
commit 8e1fc54fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade &&
RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen
WORKDIR /root/armbian
ENV SRC=/root/armbian
RUN bash -c ". ${SRC}/lib/general.sh && prepare_host"
ENTRYPOINT [ "/bin/bash", "/root/armbian/compile.sh" ]