Skip to content

Commit 0b623b0

Browse files
committed
Linting
1 parent bb23487 commit 0b623b0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

database-backup/scw/Dockerfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
FROM scaleway/cli:latest
1+
FROM scaleway/cli:2.49
22

33
# Install packages
4-
RUN apk update && apk add --no-cache curl bash unzip aws-cli
4+
# hadolint ignore=DL3018
5+
RUN apk add --no-cache \
6+
curl \
7+
bash \
8+
unzip \
9+
aws-cli
510

611
# Install backup script
7-
COPY scripts/ scripts/
12+
COPY scripts/ /scripts/
813

914
# Set entrypoint
1015
ENTRYPOINT ["./scripts/scw-backup.sh"]

0 commit comments

Comments
 (0)