You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create a custom nodejs image but with ubuntu image. Why? because of this issue, as you suggest there you use this image to resolve your issue and I guess the same thing can resolve my issue too. But IDK What packages I should install to build a nodejs image based on ubuntu:20.04.
This is what I did:
FROM ubuntu:20.04
RUN apt-get update && apt-get upgrade
RUN apt-get install -y apt-transport-https curl
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y nodejs build-essential
WORKDIR /app
The text was updated successfully, but these errors were encountered:
kasir-barati
changed the title
Can you describe what is going on in [Dockerfile](https://github.com/appsflare/html2pdf/blob/master/Dockerfile)
Can you describe what is going on in DockerfileApr 6, 2022
Hello.
I need to create a custom nodejs image but with ubuntu image. Why? because of this issue, as you suggest there you use this image to resolve your issue and I guess the same thing can resolve my issue too. But IDK What packages I should install to build a nodejs image based on ubuntu:20.04.
This is what I did:
Do I missed anything?
I did not understand this
RUN
instruction and ttf-mscorefonts-installer.The text was updated successfully, but these errors were encountered: