Compare commits
2 commits
14554b52c3
...
c6447ab07c
Author | SHA1 | Date | |
---|---|---|---|
c6447ab07c | |||
64cd99de14 |
2 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
[](https://cicd.apps.glenux.net/glenux/fosdem-recorder.cr)
|
||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://patreon.com/glenux)
|
||||
|
||||
# FOSDEM Recorder
|
||||
|
||||
A tool to schedule FOSDEM recordings and help you record the 5+ talks you
|
||||
|
|
10
docker/Dockerfile
Normal file
10
docker/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM crystallang/crystal:1.7.1
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cmake g++
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY shard.lock /app
|
||||
RUN shards install
|
||||
|
Loading…
Add table
Reference in a new issue