initial commit
This commit is contained in:
commit
4de7eb13e2
3 changed files with 65 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM ubuntu:latest
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --yes apt-utils 2>&1 | grep -v "debconf: delaying package configuration, since apt-utils is not installed" \
|
||||
&& apt-get install --no-install-recommends --yes \
|
||||
fontconfig \
|
||||
chromium-browser \
|
||||
nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue