Skip to content

Commit

Permalink
Docker: Add libjson-glib to the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Aug 24, 2023
1 parent c1695f1 commit 6c4eda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 libvala-dev valac meson\
&& apt-get install -y --no-install-recommends gcc libjson-glib-dev libvala-dev valac meson\
&& cd /opt/vala-lint \
&& meson build --prefix=/usr \
&& cd build \
Expand All @@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND=noninteractive
COPY --from=0 /opt/vala-lint-portable /

RUN apt-get update \
&& apt-get install -y --no-install-recommends libvala-dev gio-2.0 \
&& apt-get install -y --no-install-recommends libvala-dev gio-2.0 libjson-glib-1.0-0 \
&& mkdir -p /app \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6c4eda0

Please sign in to comment.