Skip to content

Instantly share code, notes, and snippets.

View thomas-mc-work's full-sized avatar

Thomas McWork thomas-mc-work

  • Hanover, Germany
  • 18:35 (UTC +02:00)
View GitHub Profile
@thomas-mc-work
thomas-mc-work / Dockerfile
Last active October 10, 2017 13:57
Containerized compilation of linphone4
FROM debian:9
ENV DEBIAN_FRONTEND noninteractive
RUN \
apt-get update \
&& apt-get dist-upgrade -y
RUN apt-get install -y cmake curl build-essential \
# for mediastreamer2 required
libspeexdsp-dev libavcodec-dev \
package org.arquillian.example;
import java.lang.reflect.Method;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.inject.Inject;
import javax.persistence.EntityManager;