add gossa

This commit is contained in:
Starbeamrainbowlabs 2021-02-04 21:42:14 +00:00
parent 641a651ed1
commit 7c1380cec8
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 10 additions and 0 deletions

10
images/gossa/Dockerfile Normal file
View 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" ]