Skip to content

Commit 5337a1b

Browse files
Migrated To ALPINE
1 parent 9aa8e92 commit 5337a1b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Dockerfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
FROM debian:stable-slim
1+
#FROM debian:stable-slim
22

3-
RUN apt-get update && apt-get install -y git
3+
#RUN apt-get update && apt-get install -y git
4+
5+
FROM alpine:latest
6+
7+
RUN apk add --no-cache bash
8+
9+
RUN apk add git
410

511
COPY entrypoint.sh /entrypoint.sh
612

0 commit comments

Comments
 (0)