Skip to content
Snippets Groups Projects

Mariadb 10.11: New reserved keyword

Merged Daniel Hornung requested to merge f-mariadb-10.11 into dev
18 files
+ 359
124
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 6
2
FROM debian:buster
FROM debian:bookworm
RUN apt-get update \
&& \
apt-get install -y \
@@ -11,4 +11,8 @@ RUN apt-get update \
python3-sqlparse \
python3-sphinx \
doxygen
RUN pip3 install breathe sphinx-rtd-theme recommonmark
RUN pip3 install --break-system-packages \
breathe \
sphinx-rtd-theme \
pytest \
recommonmark
Loading