Skip to content

Commit 75f3ead

Browse files
authored
Merge pull request #6 from mrinjamul/main
update: Dockerfile optimized & reduced build layer
2 parents 60bd28f + 22b28b4 commit 75f3ead

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM alpine:3.13
22
LABEL maintainer="Asif Mohammad Mollah <https://mrasif.in>"
3-
RUN apk update
4-
RUN apk add curl ca-certificates
3+
RUN apk --no-cache add curl ca-certificates
54
WORKDIR /script
65
COPY ./script.sh /script/
76
COPY ./curlrc /script/.curlrc

0 commit comments

Comments
 (0)