Skip to content

Commit 8268ca0

Browse files
Trying Debian :-(
1 parent 5f0baeb commit 8268ca0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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
44

5-
FROM alpine:latest
5+
#FROM alpine:latest
66

7-
RUN apk add --no-cache bash
7+
#RUN apk add --no-cache bash
88

9-
RUN apk add git
9+
#RUN apk add git
1010

1111
COPY entrypoint.sh /entrypoint.sh
1212

0 commit comments

Comments
 (0)