forked from cory/tildefriends
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:
@ -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
|
||||
|
Reference in New Issue
Block a user