mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
add vi in ubuntu-24.04 container for easy debugging
This commit is contained in:
@@ -4,7 +4,7 @@ ARG REQUIREDPKGS
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN set -ex && apt-get update && apt-get install -y --no-install-recommends \
|
||||
${REQUIREDPKGS} ca-certificates openssh-server \
|
||||
${REQUIREDPKGS} ca-certificates openssh-server vim-tiny \
|
||||
python3 python3-pip python3-dev python3-pytest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user