[clsi] remove `docker-ce-cli` GitOrigin-RevId: bb49621091aafd43e9e6f157c5fd3b09ca9d07a8
11 lines
121 B
Bash
Executable File
11 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/*
|