Skip to content

Commit 19347a2

Browse files
committed
feature: docker: io: add command-not-found
1 parent a80f109 commit 19347a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
1313
apt-get install -y curl git ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales \
1414
build-essential \
1515
libatomic1 \
16+
command-not-found \
1617
ca-certificates && \
1718
apt-get autoremove && apt-get clean && \
1819
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)