Upload files to "/"
This commit is contained in:
commit
a1efd233ce
6 changed files with 51 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM debian:12-slim
|
||||
USER root
|
||||
ENTRYPOINT cron start && tail -f /var/log/cron.log
|
||||
|
||||
# Install nessesary packages
|
||||
RUN apt-get update && apt-get -y install libcurl4-openssl-dev g++ ca-certificates curl gnupg procps iputils-ping wget net-tools iproute2
|
||||
|
||||
# Cron
|
||||
RUN apt-get -y install -qq --force-yes cron
|
||||
RUN touch /var/log/cron.log
|
||||
|
||||
# The user is expected to use "volume" configuration to override the Token
|
||||
RUN curl -sSL netweak.sh | bash -s TOKEN_REPLACEMENT
|
Loading…
Add table
Add a link
Reference in a new issue