Replace travis tests, fix hadolint error

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-26 22:37:30 +02:00
parent b01720353c
commit dcc53d43ce
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5
3 changed files with 19 additions and 5 deletions

17
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: 'Test Docker-Image'
on: [push]
jobs:
test-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: make test
...

View File

@ -1,5 +0,0 @@
language: bash
services: docker
script:
- make test

View File

@ -6,6 +6,8 @@ LABEL maintainer Knut Ahlers <knut@ahlers.me>
ENV TEAMSPEAK_VERSION=3.13.7 \
TEAMSPEAK_SHA256=775a5731a9809801e4c8f9066cd9bc562a1b368553139c1249f2a0740d50041e
SHELL ["/bin/bash", "-o", "pipefail", "-exc"]
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
bzip2 \