added btrfs-prog to the alpine image
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
FROM postgres:17-alpine
|
FROM postgres:17-alpine
|
||||||
|
|
||||||
# Install Docker CLI + bash + core utilities
|
# Install Docker CLI + bash + core utilities
|
||||||
RUN apk add --no-cache docker-cli bash coreutils
|
RUN apk add --no-cache docker-cli bash coreutils btrfs-prog \
|
||||||
|
&& mkdir -p /backups
|
||||||
# Create backup directory
|
|
||||||
RUN mkdir -p /backups
|
|
||||||
|
|
||||||
# Copy backup script
|
# Copy backup script
|
||||||
COPY backup.sh /usr/local/bin/backup.sh
|
COPY backup.sh /usr/local/bin/backup.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user