summaryrefslogtreecommitdiff
path: root/workstation/build_workstation
blob: fa73444f768770df9a22ed242dd41814ad79fffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

set -ue

(
	cd arch-container-builder/
	./builder.py \
		     --package ansible \
		     --package kubectl \
		     --package emacs-nox \
		     --package tanka \
		     --package puppet \
		     --package sshpass \
		     --package git \
		     --package rust \
		     --package ipython \
		     --package python-pip \
		     --package python-pipx \
		     --package python-poetry \
		     --package certbot \
		     --aur-package jsonnet-bundler-bin \
		     workstation
)