Install gnupg2 in portal image.

This commit is contained in:
Jingjing Li 2019-03-07 17:47:14 +08:00
Родитель 470d8030f3
Коммит a96be19661
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
FROM ubuntu AS angular
RUN apt update
RUN apt install -y apt-utils
RUN apt install -y curl
RUN apt-get update && apt-get install -y gnupg2
RUN apt-get install -y apt-utils
RUN apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs
RUN npm install --unsafe-perm -g @angular/cli