|
|
|
@ -1,6 +1,9 @@ |
|
|
|
FROM debian:bullseye-slim |
|
|
|
|
|
|
|
RUN apt-get update; apt-get install -y --no-install-recommends ssh ca-certificates wget cron git |
|
|
|
RUN apt-get update; apt-get install -y --no-install-recommends rsyslog vim ssh ca-certificates wget cron git |
|
|
|
|
|
|
|
# set local timezone for Vienna |
|
|
|
RUN ln -sf /usr/share/zoneinfo/Europe/Vienna /etc/localtime |
|
|
|
|
|
|
|
# configure GIT |
|
|
|
RUN git config --global user.email "" ;\ |
|
|
|
|