index
:
gh_mirror/astroconda/docker-pipeline.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
jwstdp-latest
/
pkgs
/
000-jwst-depends.sh
blob: 88cc61edb47c52206576445c62bbae8a8f56d478 (
plain
) (
blame
)
1
2
3
4
5
6
#!/bin/bash
deps
=(
freetds unixodbc
)
sudo yum
install
-y
${deps[@]}