Skip to content

Commit

Permalink
bookworm develop improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Jul 19, 2024
2 parents fc38047 + 8c6432d commit 917a816
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 83 deletions.
42 changes: 21 additions & 21 deletions linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,27 +141,27 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
##################################################################
# installing fs-tools
##################################################################
#RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
# apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests \
# btrfs-progs \
# exfat-utils \
# e2fsprogs \
# f2fs-tools \
# dosfstools \
# hfsutils \
# hfsprogs \
# jfsutils \
# mdadm \
# util-linux \
# cryptsetup \
# lvm2 \
# nilfs-tools \
# ntfs-3g \
# reiser4progs \
# reiserfsprogs \
# udftools \
# xfsprogs \
# xfsdump
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests \
btrfs-progs \
exfat-utils \
e2fsprogs \
f2fs-tools \
dosfstools \
hfsutils \
hfsprogs \
jfsutils \
mdadm \
util-linux \
cryptsetup \
lvm2 \
nilfs-tools \
ntfs-3g \
reiser4progs \
reiserfsprogs \
udftools \
xfsprogs \
xfsdump

##################################################################
# git fresh binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN apt-get update && \
gnu-standards \
cmake \
libunwind-dev \
golang \
at \
autopkgtest \
gcc-multilib \
Expand Down Expand Up @@ -100,8 +99,6 @@ RUN apt-get update && \
libc6-dev \
make \
pkg-config \
golang \
golang-go \
python-dev \
python3-all-dev \
g++-multilib \
Expand All @@ -114,7 +111,6 @@ RUN apt-get update && \
libedit-dev \
libmd-dev


##################################################################
# Rust compillers
##################################################################
Expand Down
43 changes: 21 additions & 22 deletions linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,27 +140,27 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
##################################################################
# installing fs-tools
##################################################################
#RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
# apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests \
# btrfs-progs \
# exfat-utils \
# e2fsprogs \
# f2fs-tools \
# dosfstools \
# hfsutils \
# hfsprogs \
# jfsutils \
# mdadm \
# util-linux \
# cryptsetup \
# lvm2 \
# nilfs-tools \
# ntfs-3g \
# reiser4progs \
# reiserfsprogs \
# udftools \
# xfsprogs \
# xfsdump
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests \
btrfs-progs \
exfat-utils \
e2fsprogs \
f2fs-tools \
dosfstools \
hfsutils \
hfsprogs \
jfsutils \
mdadm \
util-linux \
cryptsetup \
lvm2 \
nilfs-tools \
ntfs-3g \
reiser4progs \
reiserfsprogs \
udftools \
xfsprogs \
xfsdump

##################################################################
# git fresh binary
Expand Down Expand Up @@ -315,7 +315,6 @@ RUN echo "=============================================" && \
echo dumb-init $(dumb-init --version) && \
echo "============================================="


##################################################################
# gosu for easy step-down from root
##################################################################
Expand Down
Loading

0 comments on commit 917a816

Please sign in to comment.