Commit graph

5 commits

Author SHA1 Message Date
7aaea2ed2f Fix cache directory permissions
Newer npm expects a cache directory under `/.npm`.

We cleaned the cache and npm cannot create the directory anymore at
runtime (we drop privileges). So we have to create the `/.npm` directory
again during container build and later re-own it.

In `run.sh` re-own `/.npm` so it is accessible when we later drop
privileges.
2022-08-27 19:46:01 +02:00
4612c8fcf5 Shallow clone and description for docker hub 2020-06-11 02:10:41 +02:00
9cf8965a04 Add stable build 2020-06-09 01:31:24 +02:00
6b8bc86a75
Build latest from weekly job
Signed-off-by: Armin Friedl <dev@friedl.net>
2020-05-31 15:33:13 +02:00
f089a6051e
Hastebin rolling release
Add first test files for a hastebin build from master

Signed-off-by: Armin Friedl <dev@friedl.net>
2020-05-22 10:08:12 +02:00