Merge branch 'true-rootless' into mariadb

# Conflicts:
#	docker/dockerfile
This commit is contained in:
Louis Lam
2023-02-04 18:40:39 +08:00
3 changed files with 8 additions and 30 deletions

View File

@@ -3,8 +3,6 @@
FROM node:18-buster-slim
ARG TARGETPLATFORM
WORKDIR /app
# Install Curl
# Install Apprise, add sqlite3 cli for debugging in the future, iputils-ping for ping, util-linux for setpriv
# Stupid python3 and python3-pip actually install a lot of useless things into Debian, specify --no-install-recommends to skip them.