rolling back mono to version 6.4

This commit is contained in:
alexeybannov 2020-01-21 08:31:44 +00:00
parent 3c2ed40f64
commit 7ac730f685
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN apt-get -y update && \
addgroup --system --gid 104 elasticsearch && \
adduser -uid 103 --quiet --home /nonexistent --system --gid 104 elasticsearch && \
echo "${SOURCE_REPO_URL}" >> /etc/apt/sources.list && \
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | tee /etc/apt/sources.list.d/mono-official.list && \
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/6.4 main" | tee /etc/apt/sources.list.d/mono-official.list && \
echo "deb http://download.onlyoffice.com/repo/mono/ubuntu bionic main" | tee /etc/apt/sources.list.d/mono-onlyoffice.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \