mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
. ../docker-hooks.sh
|
|
|
|
image="clearlinux/r-base"
|
|
package=R
|
|
|
|
do_tag $image $package
|