Добавлен параметр --allow-unauthenticated в команду apt-get install
Some checks failed
release / release (push) Failing after 56m34s
Some checks failed
release / release (push) Failing after 56m34s
This commit is contained in:
@@ -32,8 +32,9 @@ RUN apt-get update --allow-insecure-repositories && \
|
||||
COPY etc /etc
|
||||
|
||||
RUN apt-get update --allow-insecure-repositories && \
|
||||
apt-get install -y asciidoctor curl graphviz libgbm1 libgtk-3-0 libnotify4 \
|
||||
libsecret-1-0 libxss1 locales make plantuml rubygems xdg-utils xvfb xz-utils && \
|
||||
apt-get install -y --allow-unauthenticated asciidoctor curl graphviz libgbm1 \
|
||||
libgtk-3-0 libnotify4 libsecret-1-0 libxss1 locales make plantuml rubygems \
|
||||
xdg-utils xvfb xz-utils && \
|
||||
gem install asciidoctor-diagram && \
|
||||
gem install asciidoctor-pdf && \
|
||||
gem install rouge && \
|
||||
|
||||
Reference in New Issue
Block a user