Skip to content

Commit f3f3e2d

Browse files
committed
sandbox image with term config
1 parent d469070 commit f3f3e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sandbox/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ ARG PHP_VERSION
1616
ARG APK_PACKAGER
1717
ARG APK_MAINTAINER
1818

19+
# TERM CONFIG.
20+
ENV TERM=xterm-256color \
21+
COLORTERM=truecolor
22+
1923
# ADD SDK AND BASIC TOOLS.
2024
RUN apk add --update-cache alpine-sdk ncurses sudo git bash nano
2125

0 commit comments

Comments
 (0)