vim.tiny becomes vim-tiny in bullseye

This commit is contained in:
2021-03-11 12:31:46 +01:00
parent 0b48578d31
commit cbff25dc3e

View File

@ -28,7 +28,7 @@ RUN \
apt install -y curl && \ apt install -y curl && \
apt install -y unzip && \ apt install -y unzip && \
apt install -y zip && \ apt install -y zip && \
apt install -y vim.tiny && \ apt install -y vim-tiny && \
apt install -y p7zip-full && \ apt install -y p7zip-full && \
apt install -y procps && \ apt install -y procps && \
apt install -y doxygen && \ apt install -y doxygen && \