We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d469070 commit f3f3e2dCopy full SHA for f3f3e2d
1 file changed
sandbox/Dockerfile
@@ -16,6 +16,10 @@ ARG PHP_VERSION
16
ARG APK_PACKAGER
17
ARG APK_MAINTAINER
18
19
+# TERM CONFIG.
20
+ENV TERM=xterm-256color \
21
+ COLORTERM=truecolor
22
+
23
# ADD SDK AND BASIC TOOLS.
24
RUN apk add --update-cache alpine-sdk ncurses sudo git bash nano
25
0 commit comments