mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
e9fe9f5397
[clsi] remove `docker-ce-cli` GitOrigin-RevId: bb49621091aafd43e9e6f157c5fd3b09ca9d07a8
10 lines
121 B
Bash
Executable file
10 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
|
|
apt-get update
|
|
|
|
apt-get install -y \
|
|
poppler-utils \
|
|
ghostscript \
|
|
|
|
rm -rf /var/lib/apt/lists/*
|