Skip to content

Commit

Permalink
Add vala-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored and codygarver committed Mar 26, 2018
1 parent f1563e3 commit 064e661
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions vala-lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# elementary docker image for vala-lint

FROM ubuntu:bionic

MAINTAINER Blake Kostner <[email protected]>

RUN apt-get update && apt-get -y install software-properties-common

RUN add-apt-repository -y ppa:elementary-os/daily

RUN apt-get update && apt-get install -y io.elementary.vala-lint

RUN mkdir -p /var/opt/vala-lint

VOLUME /var/opt/vala-lint
WORKDIR /var/opt/vala-lint

CMD ["/usr/bin/io.elementary.vala-lint", "**/*.vala"]

0 comments on commit 064e661

Please sign in to comment.