Skip to content

Commit 08ef86a

Browse files
committed
Add the PS1 environment variable
[refs #bdc49e7c148b]
1 parent 4722202 commit 08ef86a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

myalpine/Dockerfile

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

6+
ENV PS1 "\h:\w# "
7+
68
CMD bash

0 commit comments

Comments
 (0)