Skip to content

Commit

Permalink
Add vim and squashfs-tools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonzozo committed Jun 3, 2024
1 parent b869eb7 commit 0c55798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
iputils-ping python3-git python3-jinja2 python3-subunit zstd \
liblz4-tool file locales libacl1 bc bison curl flex gnupg gperf \
lzop wget unzip sudo socat gettext zip screen rsync jq parted liblz4-tool \
zstd mtools && \
zstd mtools vim squashfs-tools && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip3 install yq
Expand Down

0 comments on commit 0c55798

Please sign in to comment.