mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
Downgrade nix-channels to bullseye, remove php-related dependencies in base image
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
c7a7fedfe8
commit
818c0330fb
@ -2,7 +2,12 @@ FROM debian:buster
|
||||
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip libnss-unknown xz-utils patch unzip openssh-client debmirror
|
||||
apt-get install --no-install-recommends -y \
|
||||
wget curl rsync lftp git jq python3-dev python3-pip \
|
||||
yum-utils createrepo debmirror \
|
||||
libnss-unknown xz-utils patch unzip \
|
||||
aria2 ack openssh-client
|
||||
# composer php-curl php-zip
|
||||
|
||||
RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \
|
||||
apt-get install --no-install-recommends -y libxml2-dev libxslt1-dev zlib1g-dev libssl-dev libffi-dev ;\
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM debian:bookworm
|
||||
LABEL maintainer="WANG Ruikang <dramforever@live.com>"
|
||||
FROM debian:bullseye
|
||||
LABEL maintainer="Wang Ruikang <dramforever@live.com>"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-dev python3-pip curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user