test / build /install-packages
3v324v23's picture
9
c08e495
raw
history blame
No virus
175 Bytes
#!/bin/sh
set -eu
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
openssl \
unzip \
jq
apt-get clean
rm -rf /var/lib/apt/lists/*