kopia lustrzana https://github.com/jupyterhub/repo2docker
Add multiple packages to apt.txt to check if all are parsed and installed
rodzic
5e19c2653b
commit
711dbb71a0
|
@ -1,3 +1,8 @@
|
|||
# testing to skip comments in this file
|
||||
|
||||
gfortran
|
||||
|
||||
# testing to see if all packages get installed
|
||||
rolldice
|
||||
moo
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
which gfortran
|
||||
which rolldice
|
||||
which sl
|
||||
|
|
Ładowanie…
Reference in New Issue