Fix the docker build. Add the valgrind headers to deps.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3924 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-07-09 14:50:27 +00:00
parent 52f744e106
commit 982b5817a2
5 changed files with 7461 additions and 2 deletions

View File

@ -3,7 +3,6 @@ FROM debian:bullseye AS build
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
libsodium-dev \
libssl-dev
COPY . /app