Add vim ft=Dockerfile for syntax highlight detection in editors

This commit is contained in:
Michael Aquilina 2019-09-02 18:07:49 +01:00
parent f9b65baa2e
commit 1f84936639
No known key found for this signature in database
GPG Key ID: 636066730B056BD1
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM alpine:latest
RUN apk add --no-cache git meson alpine-sdk libinput-dev wayland-dev wayland-protocols mesa-dev libxkbcommon-dev eudev-dev pixman-dev gtkmm3-dev jsoncpp-dev libnl3-dev pulseaudio-dev libmpdclient-dev scdoc

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM archlinux/base:latest
RUN pacman -Syu --noconfirm && \

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM debian:sid
RUN apt-get update && \

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM fedora:30
RUN dnf install sway meson git libinput-devel wayland-devel wayland-protocols-devel egl-wayland-devel mesa-libEGL-devel mesa-libGLES-devel mesa-libgbm-devel libxkbcommon-devel libudev-devel pixman-devel gtkmm30-devel jsoncpp-devel scdoc -y && \

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM opensuse/tumbleweed:latest
RUN zypper -n up && \