- add python and make to the base images - remove make, python and jq from images derived from base Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
# almalinux/8.10/jupyterlab
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
deploy_files_from_common = true
|
||||
packages = [
|
||||
"uv",
|
||||
"python3.11",
|
||||
"python3.11-pip",
|
||||
"python3.12",
|
||||
"python3.12-pip"
|
||||
]
|
||||
scripts_pre_file_copy = [
|
||||
"dnf install -y sudo",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user