Install crosscompiler and update PATH
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 12m10s Details

This commit is contained in:
Rafal Kupiec 2023-12-14 15:32:08 +01:00
parent ce28440853
commit 19dcb2ada8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop <constitutive@codingworkshop.eu.org>
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"]