Skip to content

Commit c4f4659

Browse files
committed
removing the version tagging from the armhf variant as the endpoint we use does not build armhf debs
1 parent 8c3fdea commit c4f4659

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile.armhf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@ RUN \
2828
echo "deb-src http://mirror.sax.uk.as61049.net/mariadb/repo/10.3/ubuntu bionic main" >> \
2929
/etc/apt/sources.list.d/mariadb.list && \
3030
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 && \
3631
apt-get update && \
3732
apt-get install -y \
38-
${MARIADB} && \
33+
mariadb-server && \
3934
echo "**** cleanup ****" && \
4035
rm -rf \
4136
/tmp/* \

0 commit comments

Comments
 (0)