fix(image): base on debian
All checks were successful
build image / build (push) Successful in 9m17s
All checks were successful
build image / build (push) Successful in 9m17s
This commit is contained in:
parent
2db5a90b6b
commit
149046ec0b
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:latest
|
||||
FROM debian:latest
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -6,12 +6,11 @@ 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 \
|
||||
chromium \
|
||||
nodejs yarnpkg \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& ln -s /usr/bin/yarnpkg /usr/bin/yarn \
|
||||
&& ln -s /usr/bin/chromium-browser /usr/bin/chromium
|
||||
&& ln -s /usr/bin/yarnpkg /usr/bin/yarn
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue