├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── VERSION ├── entrypoint.sh └── scripts └── skype-wrapper /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.0.1-3 2 | -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /scripts/skype-wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sameersbn/docker-skype/HEAD/scripts/skype-wrapper --------------------------------------------------------------------------------