chore(Dockerfile): add first Dockerfile stub for base build image
This commit is contained in:
parent
8d0c0d00d5
commit
997bc2bc00
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
from registry.uniworx.de/uniworx/containers/debian:12.5
|
||||
|
||||
run apt-get -y update
|
||||
|
||||
# Required packages
|
||||
run apt-get -y install git g++ libsodium-dev haskell-stack zsh
|
||||
|
||||
# packages that we might require (copied from uni2work)
|
||||
# TODO: review
|
||||
run apt-get -y install --no-install-recommends locales-all ca-certificates
|
||||
|
||||
run stack install happy
|
||||
Reference in New Issue
Block a user