Browse Source
Resolve docker build check issue
Signed-off-by: BlackDex <black.dex@gmail.com>
pull/6453/head
BlackDex
3 weeks ago
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1
2 changed files with
2 additions and
2 deletions
-
docker/Dockerfile.debian
-
docker/Dockerfile.j2
|
|
@ -186,7 +186,7 @@ RUN mkdir /data && \ |
|
|
echo 'Package: libmariadb libmariadb3 libmariadb-dev mariadb*' > /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Package: libmariadb libmariadb3 libmariadb-dev mariadb*' > /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin: origin "snapshot.debian.org"' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin: origin "snapshot.debian.org"' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin-Priority: 1001' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin-Priority: 1001' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
|
|
|
# Continue with normal install |
|
|
apt-get update && apt-get install -y \ |
|
|
apt-get update && apt-get install -y \ |
|
|
--no-install-recommends \ |
|
|
--no-install-recommends \ |
|
|
ca-certificates \ |
|
|
ca-certificates \ |
|
|
|
|
|
@ -223,7 +223,7 @@ RUN mkdir /data && \ |
|
|
echo 'Package: libmariadb libmariadb3 libmariadb-dev mariadb*' > /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Package: libmariadb libmariadb3 libmariadb-dev mariadb*' > /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin: origin "snapshot.debian.org"' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin: origin "snapshot.debian.org"' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin-Priority: 1001' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
echo 'Pin-Priority: 1001' >> /etc/apt/preferences.d/mariadb-snapshot && \ |
|
|
|
|
|
# Continue with normal install |
|
|
apt-get update && apt-get install -y \ |
|
|
apt-get update && apt-get install -y \ |
|
|
--no-install-recommends \ |
|
|
--no-install-recommends \ |
|
|
ca-certificates \ |
|
|
ca-certificates \ |
|
|
|