Skip to content

Commit

Permalink
Docker: Use recommends from packages at build time
Browse files Browse the repository at this point in the history
We especially need dpkg-dev from the meson recommends to be able to use the right
library directory automatically.

Closes: #175
  • Loading branch information
tintou committed Aug 26, 2023
1 parent 6c4eda0 commit 965e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /opt/vala-lint-portable
COPY . /opt/vala-lint

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc libjson-glib-dev libvala-dev valac meson\
&& apt-get install -y gcc libjson-glib-dev libvala-dev valac meson\
&& cd /opt/vala-lint \
&& meson build --prefix=/usr \
&& cd build \
Expand Down

0 comments on commit 965e477

Please sign in to comment.