diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-22 10:17:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 10:17:47 +0100 |
commit | 8c75da916c7be82e6e6ad6a83f48aa8416d806f8 (patch) | |
tree | ac0d2cfff17d3a0e477f49de18e7309fd1ea591a /changelog.d | |
parent | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) (diff) | |
download | synapse-8c75da916c7be82e6e6ad6a83f48aa8416d806f8.tar.xz |
Refresh apt cache when building dh_virtualenv docker image (#7555)
When we tried to build debs for 1.13.0, the build failed because docker used a base docker image which had a stale apt cache. Fixes: #7540
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7555.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7555.misc b/changelog.d/7555.misc new file mode 100644 index 0000000000..75a3176133 --- /dev/null +++ b/changelog.d/7555.misc @@ -0,0 +1 @@ +Refresh apt cache when building dh_virtualenv docker image. |