Skip to content

Commit 0d9a73a

Browse files
authored
Merge pull request #487 from ap-wtioit/master-fix_flanker_for_15_0
[IMP] 15.0: generate flanker cached tables during build
2 parents 2ba5af4 + d81a424 commit 0d9a73a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

15.0.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ RUN build_deps=" \
139139
watchdog \
140140
wdb \
141141
&& (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 \
142145
&& apt-get purge -yqq $build_deps \
143146
&& apt-get autopurge -yqq \
144147
&& rm -Rf /var/lib/apt/lists/* /tmp/*

0 commit comments

Comments
 (0)