Revert part of the Node 16 upgrade GitOrigin-RevId: 0b1f7c1af6d692510a206bb73dae605ae8095023
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/*
|