update irrlicht deps

master
aptalca 2022-08-06 10:51:42 -04:00
parent 3f84caddb9
commit 3005216971
5 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,7 @@ RUN \
libressl-dev \
libtool \
libvorbis-dev \
libxi-dev \
luajit-dev \
make \
mesa-dev \

View File

@ -36,6 +36,7 @@ RUN \
libressl-dev \
libtool \
libvorbis-dev \
libxi-dev \
luajit-dev \
make \
mesa-dev \

View File

@ -36,6 +36,7 @@ RUN \
libressl-dev \
libtool \
libvorbis-dev \
libxi-dev \
luajit-dev \
make \
mesa-dev \

View File

@ -232,6 +232,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **06.08.22:** - Update irrlicht deps.
* **02.05.22:** - Allow specifying the advertised port.
* **17.03.22:** - Install forked irrlicht, add zstd.
* **19.01.22:** - Rebasing to alpine 3.15.

View File

@ -53,6 +53,7 @@ app_setup_block: |
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
# changelog
changelogs:
- { date: "06.08.22:", desc: "Update irrlicht deps."}
- { date: "02.05.22:", desc: "Allow specifying the advertised port."}
- { date: "17.03.22:", desc: "Install forked irrlicht, add zstd." }
- { date: "19.01.22:", desc: "Rebasing to alpine 3.15." }