Update images and reduce their size (#13)
* Allow container to be run with custom command * Reduce language image sizes * Update OpenJDK to latest version * Use swc for TypeScript and don't print by default * Update Haskell image and use stable Debian slim * Fix formatting and revert TS changes
This commit is contained in:
parent
e54e191f1b
commit
1205933acd
11 changed files with 21 additions and 20 deletions
|
@ -2,6 +2,7 @@ FROM alpine:latest
|
|||
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
||||
apk update && \
|
||||
apk add idris@testing
|
||||
apk add idris@testing && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
COPY run.sh /var/run/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue