Manuel
1205933acd
* 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
6 lines
98 B
Docker
6 lines
98 B
Docker
FROM alpine
|
|
LABEL author="1Computer1"
|
|
|
|
RUN apk add --no-cache gcc libc-dev
|
|
|
|
COPY run.sh /var/run/
|