Files
crawlab/docker/base-image/install/deps/deps.sh
2024-11-20 15:04:25 +08:00

25 lines
266 B
Bash

#!/bin/bash
# ensure directory mode of /tmp
chmod 777 /tmp
# update
apt-get update
# common deps
apt-get install -y \
curl \
git \
net-tools \
iputils-ping \
ntp \
ntpdate \
nginx \
wget \
dumb-init \
cloc \
unzip \
build-essential \
gnupg2 \
libc6