SikkieNL
080c25f46c
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m4s
modified: docker/build-docker.sh
8 lines
228 B
Docker
8 lines
228 B
Docker
FROM debian:stretch
|
|
LABEL maintainer="Neobytes Developers <info@neobytes.org>"
|
|
LABEL description="Dockerised Neobytes."
|
|
|
|
RUN apt-get update && apt-get -y upgrade && apt-get clean && rm -fr /var/cache/apt/*
|
|
|
|
COPY bin/* /usr/bin/
|