Добавлен параметр --allow-insecure-repositories в команду apt-get update
Some checks failed
release / release (push) Failing after 58m5s
Some checks failed
release / release (push) Failing after 58m5s
This commit is contained in:
@@ -24,14 +24,14 @@ ENV LANG=ru_RU.UTF-8
|
||||
COPY dist/drawio-${TARGETARCH}-24.7.17.deb /tmp/drawio.deb
|
||||
COPY dist/mousesoft-debian.key /tmp/
|
||||
|
||||
RUN apt-get update && \
|
||||
RUN apt-get update --allow-insecure-repositories && \
|
||||
apt-get install -y gnupg2 && \
|
||||
apt-key add /tmp/mousesoft-debian.key && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY etc /etc
|
||||
|
||||
RUN apt-get update && \
|
||||
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 && \
|
||||
gem install asciidoctor-diagram && \
|
||||
|
||||
Reference in New Issue
Block a user