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.
2 parents 2ba5af4 + d81a424 commit 0d9a73aCopy full SHA for 0d9a73a
15.0.Dockerfile
@@ -139,6 +139,9 @@ RUN build_deps=" \
139
watchdog \
140
wdb \
141
&& (python3 -m compileall -q /usr/local/lib/python3.8/ || true) \
142
+ # generate flanker cached tables during install when /usr/local/lib/ is still intended to be written to
143
+ # https://github.com/Tecnativa/doodba/issues/486
144
+ && python3 -c 'from flanker.addresslib import address' >/dev/null 2>&1 \
145
&& apt-get purge -yqq $build_deps \
146
&& apt-get autopurge -yqq \
147
&& rm -Rf /var/lib/apt/lists/* /tmp/*
0 commit comments