mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore(node): update to node 22 LTS
This commit is contained in:
@@ -31,7 +31,10 @@ done
|
||||
rm -rf /var/lib/apt/lists/{*,.*} /var/cache/apt/archives/{*,.*}
|
||||
EOF
|
||||
|
||||
# Set permissions and install node
|
||||
# Set permissions, purge outdated packages and install node
|
||||
RUN chmod 0755 /usr/sbin/install_packages && \
|
||||
apt update -qq && \
|
||||
apt upgrade -y && \
|
||||
apt autoremove --purge -y && \
|
||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash && \
|
||||
install_packages nodejs
|
||||
|
||||
Reference in New Issue
Block a user