11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
|
---
|
||
|
{%- from "docker/map.jinja" import docker with context %}
|
||
|
docker-pkgs:
|
||
|
pkg.latest:
|
||
|
- pkgs: {{ docker.pkgs }}
|
||
|
|
||
|
docker-pip-pkgs:
|
||
|
pip.installed:
|
||
|
{%- for pip in docker.pip_pkgs %}
|
||
|
- name: {{ pip }}
|
||
|
{%- endfor %}
|