We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3fdea commit c4f4659Copy full SHA for c4f4659
Dockerfile.armhf
@@ -28,14 +28,9 @@ RUN \
28
echo "deb-src http://mirror.sax.uk.as61049.net/mariadb/repo/10.3/ubuntu bionic main" >> \
29
/etc/apt/sources.list.d/mariadb.list && \
30
echo "**** install runtime packages ****" && \
31
- if [ -z ${MARIADB_VERSION+x} ]; then \
32
- MARIADB="mariadb-server"; \
33
- else \
34
- MARIADB="mariadb-server=${MARIADB_VERSION}"; \
35
- fi && \
36
apt-get update && \
37
apt-get install -y \
38
- ${MARIADB} && \
+ mariadb-server && \
39
echo "**** cleanup ****" && \
40
rm -rf \
41
/tmp/* \
0 commit comments