-
Notifications
You must be signed in to change notification settings - Fork 14
/
container.def
37 lines (25 loc) · 924 Bytes
/
container.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Bootstrap: docker
From: ubuntu:24.04
# %files
# Gemfile $HOME/
# package.json $HOME/
%post
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends git
apt-get install -y --no-install-recommends python3
apt-get install -y --no-install-recommends python3.12-venv python3-pip
apt-get install -y --no-install-recommends build-essential
apt-get install -y --no-install-recommends ruby ruby-dev
apt-get install -y --no-install-recommends bundler
apt-get install -y --no-install-recommends nodejs
apt-get install -y --no-install-recommends npm
apt-get install -y --no-install-recommends ditaa
# cleanup
apt-get clean autoclean
apt-get autoremove -y
rm -rf /var/lib/{apt, dpkg, cache, log}
# cd $HOME
# bundle install
# npm i wavedrom-cli
# npm i i -E @antora/cli@3.1 @antora/site-generator@3.1 @antora/lunr-extension asciidoctor-kroki