Commit Graph

5 Commits

Author SHA1 Message Date
Brooks Swinnerton 661abe5b4b
Adds py-requests
To support websockify's BaseTokenAPI token plugin: https://git.io/fjpXb.

Resolves:

```
WebSocket server settings:
  - Listen on :80
  - No SSL/TLS support (no cert file)
  - proxying from :80 to targets generated by BaseTokenAPI
172.17.0.1 - - [02/Sep/2019 16:55:46] code 405, message Method Not
Allowed
handler exception: No module named requests
```
2019-09-02 12:59:32 -04:00
Brooks Swinnerton 7aa217a72d
Remove files that are no longer in websockify
As websockify has been updated over the years, there is no longer:

- `LICENSE.txt` (removed in 368ec2c)
- `*.html` (removed in 368ec2c)

I have also opted to remove `README.md` as I do not believe it is
necessary to be inside the container.
2019-09-02 11:52:02 -04:00
Brooks Swinnerton 4811cbce01
Use mainline Alpine instead of edge
Since the time of authoring this PR, Alpine has since gained numpy
support. This commit updates the Dockerfile to use mainline Alpine and
use `apk`'s py-numpy package.
2019-09-02 11:50:53 -04:00
Emmanuel Frecon af62ad6e56 Everything has moved under /opt, so should the entrypoint... 2016-07-07 11:17:39 +02:00
Emmanuel Frecon 4e291aff73 Added basic docker support 2016-07-07 11:07:27 +02:00