This website requires JavaScript.
Explore
Help
Sign in
SunRed
/
myriad
Watch
1
Star
0
Fork
You've already forked myriad
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
2dbc049f99
myriad
/
languages
/
cpp
/
Dockerfile
7 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-07-09 11:19:41 +02:00
FROM alpine
LABEL author="1Computer1"
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
2021-05-31 06:20:21 +02:00
RUN apk add --no-cache g++
Initial commit
2019-07-09 11:19:41 +02:00
COPY run.sh /var/run/
Reference in a new issue
Copy permalink