forked from pyrite-dev/milsko
ok
This commit is contained in:
parent
cb0d7b8583
commit
36e647fcef
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@ FROM jenkins/inbound-agent:latest
|
|||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get install -y build-essential cmake pkg-config mingw-w64 xz-utils wget \
|
||||
libx11-dev libxrender-dev libfreetype-dev libwayland-dev wayland-protocols libxkbcommon-dev libcairo-dev libdbus-1-dev libgl-dev libvulkan-dev
|
||||
RUN apt-get install -y libglu-dev libegl-dev
|
||||
RUN apt-get update && apt-get install -y build-essential cmake pkg-config mingw-w64 xz-utils wget libx11-dev libxrender-dev libfreetype-dev libwayland-dev wayland-protocols libxkbcommon-dev libcairo-dev libdbus-1-dev libgl-dev libvulkan-dev libglu-dev libegl-dev libgbm-dev
|
||||
|
||||
RUN mkdir -p /usr/watcom && wget -q -O /tmp/ow-snapshot.tar.xz https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/ow-snapshot.tar.xz
|
||||
RUN tar xJf /tmp/ow-snapshot.tar.xz -C /usr/watcom && rm -f /tmp/ow-snapshot.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue