fix(ci): address PR blockers and move CI/nightly off sqlite
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -10,6 +10,19 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
nodejs \
|
||||
npm \
|
||||
libasound2 \
|
||||
libatk-bridge2.0-0 \
|
||||
libatk1.0-0 \
|
||||
libcups2 \
|
||||
libgbm1 \
|
||||
libgtk-3-0 \
|
||||
libnss3 \
|
||||
libx11-xcb1 \
|
||||
libxcomposite1 \
|
||||
libxdamage1 \
|
||||
libxfixes3 \
|
||||
libxrandr2 \
|
||||
fonts-liberation \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user