Skip to content

Commit fd0771f

Browse files
author
caioquirino
committed
Merge pull request caioquirino#6 from gliptak/patch-2
Prevent "TERM environment variable not set." warning
2 parents 5fc32fa + 8eebf8e commit fd0771f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ADD docker_files/cdh_installer.sh /tmp/cdh_installer.sh
77
ADD docker_files/cdh_startup_script.sh /usr/bin/cdh_startup_script.sh
88
ADD docker_files/cloudera.pref /etc/apt/preferences.d/cloudera.pref
99

10+
ENV TERM xterm
1011

1112
RUN \
1213
chmod +x /tmp/cdh_installer.sh && \

0 commit comments

Comments
 (0)