mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
* Revert build base images * Revert 'MANUAL REBUILD' comment in image configs * sg wolfi lock
18 lines
292 B
YAML
18 lines
292 B
YAML
include: ./sourcegraph-template.yaml
|
|
|
|
contents:
|
|
packages:
|
|
# Included by existing SG base image
|
|
- tini
|
|
- mailcap
|
|
|
|
## executor packages
|
|
- ca-certificates
|
|
- git
|
|
- docker-client@sourcegraph
|
|
|
|
paths:
|
|
- path: /usr/local/bin
|
|
type: directory
|
|
permissions: 0o755
|