mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Merge pull request #32 from devindice/Fixes-and-Modular-changes
Fixes and modular changes
This commit is contained in:
commit
7596fa3ca5
1 changed files with 4 additions and 1 deletions
|
|
@ -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 - \
|
||||
|
|
|
|||
Loading…
Reference in a new issue