Skip to content
Snippets Groups Projects

ENH: Update script for outdated dumps.

Merged Florian Spreckelsen requested to merge release-8.0.0 into main
26 files
+ 481
133
Compare changes
  • Side-by-side
  • Inline
Files
26
+ 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