Skip to content

Commit

Permalink
set non interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 9, 2024
1 parent b38b37e commit f807203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,6 +1,8 @@
# Use the official MariaDB image as the base image
FROM mariadb:latest

ENV DEBIAN_FRONTEND="noninteractive"

# Install necessary packages (if any) for backup script
RUN apt-get update && apt-get install -y \
mariadb-client s3cmd mailutils \
Expand Down

0 comments on commit f807203

Please sign in to comment.