Skip to content

Commit 07187f7

Browse files
committed
another copier update to debugging branch
1 parent ae11978 commit 07187f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 4.2.0-1-g1797f00
2+
_commit: 4.2.0-2-ge86e2c4
33
_src_path: https://github.com/diamondlightsource/python-copier-template
44
author_email: [email protected]
55
author_name: Giles Knap

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN chmod o+wrX /venv
4141
RUN apt-get update && \
4242
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4343
busybox \
44+
gdb \
4445
libnss-ldapd \
4546
&& rm -rf /var/lib/apt/lists/* \
4647
&& busybox --install -s

0 commit comments

Comments
 (0)