Add mingw
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yvan Janssens 2023-03-22 15:46:52 +00:00
parent a2ee1e0359
commit bb3724df6a
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@ FROM ghcr.io/linuxserver/code-server:latest
# Install own things and dependencies
RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 \
git wget time autoconf automake flex gawk m4 libltdl-dev libtool-bin libcap2-bin libbz2-dev zlib1g-dev \
default-jdk openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk golang dotnet-sdk-6.0
default-jdk openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk golang dotnet-sdk-6.0 \
mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
COPY allow-root-build.patch /hercules-helper

View File

@ -8,6 +8,7 @@ Modified version of ghcr.io/linuxserver/code-server with added packages for my o
- cmake
- dotnet
- openjdk
- mingw-w64
To use: