mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-06-27 23:47:27 +08:00
feature:docker镜像添加依赖
This commit is contained in:
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
# Translations dependencies
|
||||
gettext \
|
||||
default-libmysqlclient-dev \
|
||||
nodejs\
|
||||
# cleaning up unused files
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user