You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM lscr.io/linuxserver/minetest:latest
RUN apk update
RUN apk upgrade --no-cache
RUN apk add --no-cache lua-socket lua-cjson lua5.1-socket lua5.1-cjson cjson
### Container logs
```bash
minetest | 2024-08-22 20:49:34: WARNING[Main]: MINETEST_SUBGAME_PATH is deprecated, use MINETEST_GAME_PATH instead.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
deprecation warning
Expected Behavior
should not produce warnings.
preliminary search shows that it's maybe related to this
Steps To Reproduce
./docker-compose.yml
Environment
CPU architecture
x86-64
Docker creation
Dockerfile:
The text was updated successfully, but these errors were encountered: