Skip to content

Commit a608827

Browse files
committed
Install libserd-dev via apt
With the update to Debian Bullseye, there no need to manually install libserd.
1 parent 9cd3485 commit a608827

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ FROM gcc:bullseye as build
44
RUN apt-get update && apt-get -y install \
55
build-essential \
66
libraptor2-dev \
7-
#libserd-dev \
7+
libserd-dev \
88
autoconf \
99
libtool \
1010
liblzma-dev \
1111
liblzo2-dev \
1212
zlib1g-dev
1313

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-
2214
WORKDIR /usr/local/src/hdt-cpp
2315
COPY . .
2416

0 commit comments

Comments
 (0)