mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #6806 from overleaf/msm-remove-docker-cli
[clsi] remove `docker-ce-cli` GitOrigin-RevId: bb49621091aafd43e9e6f157c5fd3b09ca9d07a8
This commit is contained in:
parent
fde4f72adf
commit
e9fe9f5397
2 changed files with 0 additions and 16 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
docker --version >&2
|
|
||||||
|
|
||||||
# add the node user to the docker group on the host
|
# add the node user to the docker group on the host
|
||||||
DOCKER_GROUP=$(stat -c '%g' /var/run/docker.sock)
|
DOCKER_GROUP=$(stat -c '%g' /var/run/docker.sock)
|
||||||
groupadd --non-unique --gid ${DOCKER_GROUP} dockeronhost
|
groupadd --non-unique --gid ${DOCKER_GROUP} dockeronhost
|
||||||
|
|
|
@ -2,22 +2,8 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
|
||||||
apt-transport-https \
|
|
||||||
ca-certificates \
|
|
||||||
curl \
|
|
||||||
gnupg \
|
|
||||||
lsb-release
|
|
||||||
|
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
|
||||||
echo \
|
|
||||||
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \
|
|
||||||
$(lsb_release -cs) stable" \
|
|
||||||
> /etc/apt/sources.list.d/docker.list
|
|
||||||
apt-get update
|
|
||||||
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
docker-ce-cli \
|
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue