generated from public/repo-template
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.22
|
||||
|
||||
RUN apk add --no-cache tzdata git openssh sed rsync bzip2 curl gpg gpg-agent yq jq helm docker nodejs \
|
||||
&& mkdir -p /root/.ssh \
|
||||
&& chmod 700 /root/.ssh \
|
||||
&& mkdir -p /usr/local/bin
|
||||
COPY drist /usr/local/bin/
|
||||
RUN chmod 755 /usr/local/bin/drist
|
||||
ENV TZ=Europe/Kyiv
|
||||
RUN ln -sf /usr/share/zoneinfo/Europe/Kyiv /etc/localtime
|
||||
|
||||
Reference in New Issue
Block a user