Skip to content

Commit 84cab07

Browse files
committed
Add the initial Dockerfile for the myalpine image
[refs #ef94f7bf8b25]
1 parent f6ea9a4 commit 84cab07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

myalpine/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM alpine:latest
2+
3+
RUN apk update
4+
RUN apk add bash
5+
6+
CMD bash

0 commit comments

Comments
 (0)