Minimum software requirements.
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
## Creates a docker image of debian + Apache + PHP + Maria DB.
|
||||
# Build the Image and run a Container to test the restore of your cloud_backup.
|
||||
|
||||
FROM debian:Bookworm
|
||||
FROM docker.io/library/debian:bookworm
|
||||
|
||||
MAINTAINER Stephan Wittig <>
|
||||
|
||||
RUN apt update && apt upgrade -y
|
||||
|
||||
RUN apt install --no-install-recommends -y \
|
||||
mariadb-server \
|
||||
apache2 \
|
||||
php8.2 \
|
||||
&& :
|
||||
|
||||
##
|
||||
|
||||
RUN mkdir -p /opt/cloud_backup \
|
||||
&& :
|
||||
|
||||
WORKDIR /opt/cloud_backup
|
||||
|
||||
Reference in New Issue
Block a user