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.
1 parent ae11978 commit 07187f7Copy full SHA for 07187f7
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 4.2.0-1-g1797f00
+_commit: 4.2.0-2-ge86e2c4
3
_src_path: https://github.com/diamondlightsource/python-copier-template
4
author_email: [email protected]
5
author_name: Giles Knap
Dockerfile
@@ -41,6 +41,7 @@ RUN chmod o+wrX /venv
41
RUN apt-get update && \
42
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
43
busybox \
44
+ gdb \
45
libnss-ldapd \
46
&& rm -rf /var/lib/apt/lists/* \
47
&& busybox --install -s
0 commit comments