fix building
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2022-03-01 19:06:01 +01:00
parent 325d580b03
commit a2957e48b4
2 changed files with 1 additions and 226 deletions

View File

@@ -1,4 +1,4 @@
ARG MARIA_VERSION=10.4
ARG MARIA_VERSION
FROM mariadb:${MARIA_VERSION}
RUN apt-get update && \