mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 04:03:16 +08:00

* add xvfb to image * comment out toolkit inclusion * add latest tag * update packages for cypress * cleanup script
28 lines
699 B
Bash
Executable File
28 lines
699 B
Bash
Executable File
#!/bin/bash
|
|
source "/etc/profile"
|
|
|
|
apt-get --allow-insecure-repositories update
|
|
apt-get install --allow-unauthenticated -y \
|
|
build-essential \
|
|
wget git sudo adduser \
|
|
libfontconfig1 \
|
|
locate \
|
|
libnss3 libnspr4 \
|
|
libgdk-pixbuf2.0-0 \
|
|
libgtk-3-0 \
|
|
libpangocairo-1.0-0 \
|
|
libpango-1.0-0 \
|
|
libatk1.0-0 \
|
|
libcairo2 \
|
|
libdbus-1-3 \
|
|
libxcomposite1 libxrender1 libxcursor1 libxi6 libxtst6 libxrandr2 libxss1 xauth xvfb \
|
|
libasound2 \
|
|
libatk-bridge2.0-0 \
|
|
libatspi2.0-0 \
|
|
libcups2 \
|
|
jq net-tools git-lfs unzip pkg-config zip \
|
|
libaio1 libaio-dev \
|
|
netcat \
|
|
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
|
|
|