Cleaned up Compile Scripts & Pipeline

Commiting to test.
This commit is contained in:
2021-06-26 02:28:07 +01:00
parent 78955c41ab
commit c69ac198ed
22 changed files with 145 additions and 361 deletions

View File

@ -2,8 +2,8 @@ FROM ubuntu:latest
VOLUME ["/code"]
RUN dpkg --add-architecture i386 && \
apt-get update
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install nasm curl make:i386 binutils:i386 xorriso grub-pc-bin dos2unix -y
RUN apt-get clean
RUN curl https://sourceforge.net/projects/freepascal/files/Linux/2.6.4/fpc-2.6.4.i386-linux.tar/download --output fpc.tar -L && \