We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ee0ca commit ffdb317Copy full SHA for ffdb317
Dockerfile
@@ -18,7 +18,6 @@ FROM ubuntu:22.04 as production
18
ARG TIMEZONE=UTC
19
20
### UPDATE ###
21
-RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
22
RUN apt update
23
24
### INSTALL APT-GET LIBS ###
@@ -33,6 +32,9 @@ RUN ln -fs /usr/share/zoneinfo/$TIMEZONE /etc/localtime && DEBIAN_FRONTEND=nonin
33
32
adb ethtool nodejs cmake git-core libsdl2-dev libva-dev libvdpau-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev texinfo wget \
34
ttf-mscorefonts-installer fonts-noto fonts-roboto fonts-open-sans ffmpeg npm sudo curl xvfb
35
+### INSTALL NodeJS ###
36
+RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
37
+
38
### UPDATE FONT CACHE ###
39
RUN fc-cache -f -v
40
0 commit comments