add gossa
This commit is contained in:
parent
641a651ed1
commit
7c1380cec8
1 changed files with 10 additions and 0 deletions
10
images/gossa/Dockerfile
Normal file
10
images/gossa/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
ARG REPO_LOCATION
|
||||||
|
# ARG BASE_VERSION
|
||||||
|
|
||||||
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
|
RUN install_packages gossa
|
||||||
|
|
||||||
|
VOLUME /mnt
|
||||||
|
|
||||||
|
ENTRYPOINT [ "gossa" "-p" "5700" "/mnt" ]
|
Loading…
Reference in a new issue