Skip to content

Commit fd659a8

Browse files
committed
Add some useful runtime utils
1 parent 87bf28a commit fd659a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY meson.* /app/
1616
COPY src /app/src
1717
COPY subprojects /app/subprojects
1818
COPY test /app/test
19+
COPY tools /app/tools
1920

2021
RUN make install-deps \
2122
&& make release

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ install-deps:
3333
# LSVD deps
3434
sudo apt install -y meson mold libfmt-dev librados-dev \
3535
libjemalloc-dev libradospp-dev pkg-config uuid-dev ceph-common
36+
# to make my life a little easier
37+
sudo apt install -y gdb fish

0 commit comments

Comments
 (0)