mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Enable editor
in the container
For less than 3 MiB, I can have a modern editor that does enough of what `vim-nox` does that zi won't miss that.
This commit is contained in:
parent
4dc7243972
commit
1ac70a16a0
@ -321,6 +321,8 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
||||
apt-get -y autoclean && \
|
||||
rm -v -f /var/cache/debconf/*.dat-old
|
||||
|
||||
# The preference for openresty over nginx,
|
||||
# is for the newer version.
|
||||
FROM tubesync-openresty AS tubesync
|
||||
|
||||
ARG S6_VERSION
|
||||
@ -352,7 +354,12 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
||||
python3-pip-whl \
|
||||
python3-socks \
|
||||
curl \
|
||||
indent \
|
||||
less \
|
||||
lua-lpeg \
|
||||
tre-agrep \
|
||||
vis \
|
||||
xxd \
|
||||
&& \
|
||||
# Link to the current python3 version
|
||||
ln -v -s -f -T "$(find /usr/local/lib -name 'python3.[0-9]*' -type d -printf '%P\n' | sort -r -V | head -n 1)" /usr/local/lib/python3 && \
|
||||
|
Loading…
Reference in New Issue
Block a user