Skip to content

Commit 818c033

Browse files
committed
Downgrade nix-channels to bullseye, remove php-related dependencies in base image
Signed-off-by: Shengqi Chen <[email protected]>
1 parent c7a7fed commit 818c033

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ FROM debian:buster
22
LABEL maintainer="Miao Wang <[email protected]>"
33

44
RUN apt-get update && \
5-
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
5+
apt-get install --no-install-recommends -y \
6+
wget curl rsync lftp git jq python3-dev python3-pip \
7+
yum-utils createrepo debmirror \
8+
libnss-unknown xz-utils patch unzip \
9+
aria2 ack openssh-client
10+
# composer php-curl php-zip
611

712
RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \
813
apt-get install --no-install-recommends -y libxml2-dev libxslt1-dev zlib1g-dev libssl-dev libffi-dev ;\

dockerfiles/nix-channels/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM debian:bookworm
2-
LABEL maintainer="WANG Ruikang <[email protected]>"
1+
FROM debian:bullseye
2+
LABEL maintainer="Wang Ruikang <[email protected]>"
33

44
RUN apt-get update && \
55
apt-get install -y python3-dev python3-pip curl

0 commit comments

Comments
 (0)