diff --git a/Dockerfile b/Dockerfile index e81cea9..da03151 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop RUN pacman -Syu --noconfirm --noprogressbar --quiet # Install additional packages -RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git libedit libmd linux-headers mtools ninja nodejs openssh parted patch pkgconfig texinfo wget +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git libedit libmd linux-headers mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig texinfo wget # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \ @@ -47,7 +47,7 @@ COPY files/webpage_publish /usr/local/bin/ RUN chmod a+x /usr/local/bin/webpage_publish # Set system path -ENV PATH="/opt/xtchain:/opt/xtchain/bin:${PATH}" +ENV PATH="/opt/xtchain:${PATH}" # Set default entrypoint ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]