An open API service indexing awesome lists of open source software.

https://github.com/rubenwardy/docker-teamcity-agent-sfml

A TeamCity agent with SFML, SFGUI, Thor, and Lua support
https://github.com/rubenwardy/docker-teamcity-agent-sfml

docker-image sfml teamcity-agent

Last synced: 2 months ago
JSON representation

A TeamCity agent with SFML, SFGUI, Thor, and Lua support

Awesome Lists containing this project

README

          

# TeamCity SFML Agent for Docker

Inherits from [jetbrains/docker](https://hub.docker.com/r/jetbrains/teamcity-agent/).

Includes:

* SFML (latest master)
* SFGUI (latest master)
* Thor v2

## docker-compose example

```yml
teamcity-agent:
build: docker-teamcity-agent-sfml
depends_on:
- teamcity-server
environment:
- SERVER_URL=http://teamcity-server:8111
volumes:
- "/home/teamcity/data/agent:/data/teamcity_agent/conf"
```

## todo

* Add to [hub.docker.com](https://hub.docker.com)