We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd3485 commit a608827Copy full SHA for a608827
1 file changed
Dockerfile
@@ -4,21 +4,13 @@ FROM gcc:bullseye as build
4
RUN apt-get update && apt-get -y install \
5
build-essential \
6
libraptor2-dev \
7
- #libserd-dev \
+ libserd-dev \
8
autoconf \
9
libtool \
10
liblzma-dev \
11
liblzo2-dev \
12
zlib1g-dev
13
14
-
15
-# Install more recent serd
16
-RUN wget https://github.com/drobilla/serd/archive/v0.28.0.tar.gz \
17
- && tar -xvzf *.tar.gz \
18
- && rm *.tar.gz \
19
- && cd serd-* \
20
- && ./waf configure && ./waf && ./waf install
21
22
WORKDIR /usr/local/src/hdt-cpp
23
COPY . .
24
0 commit comments