Merge branch 'master' into renovate/debian-11.x
This commit is contained in:
commit
75fa26b177
@ -11,6 +11,8 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN pip3 install youtube_dl && \
|
||||
curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr/local/bin/tremc && \
|
||||
curl -sSL https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar xvz && \
|
||||
install -vt /usr/local/bin drone && rm -vf drone && \
|
||||
groupadd -g $PGID xefir && adduser --uid $PUID --gid $PGID --disabled-password --gecos "" xefir && \
|
||||
update-alternatives --set editor /usr/bin/vim.basic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user