Skip to content

Commit cfad521

Browse files
Add utility packages (command-not-found, bash-completion, nano, iputils-ping, byobu) to Designer and Developer images
1 parent 48cb78c commit cfad521

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Docker-Images/Designer/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ RUN dpkg --add-architecture i386 && \
5656
winbind \
5757
geany \
5858
desktop-file-utils \
59+
command-not-found \
60+
bash-completion \
61+
nano \
62+
iputils-ping \
63+
byobu \
5964
&& rm -rf /var/lib/apt/lists/*
6065

6166
# OrcaSlicer (AppImage), LaserGRBL (Wine) y VisiCut (.deb)

Docker-Images/Developer/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ RUN apt-get update && \
4747
tmux \
4848
direnv \
4949
zip unzip p7zip-full \
50+
command-not-found \
51+
bash-completion \
52+
nano \
53+
iputils-ping \
54+
byobu \
5055
&& rm -rf /var/lib/apt/lists/*
5156

5257
# Configuración FUSE para permitir AppImages (allow_other)

0 commit comments

Comments
 (0)