Merge pull request #32 from devindice/Fixes-and-Modular-changes

Fixes and modular changes
This commit is contained in:
Devin Dice 2023-01-11 15:54:10 -05:00 committed by GitHub
commit 7596fa3ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,10 @@ RUN sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirr
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl ca-certificates gnupg patch
&& apt-get install -y --no-install-recommends ca-certificates
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl gnupg patch
# nodejs
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \