HawkEye098432 commited on
Commit
28c3c5f
·
1 Parent(s): 828ea34

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -8,12 +8,9 @@ RUN apt-get update && apt-get install -y \
8
  tmux \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
- # Install tmate-logger
12
- RUN curl -fsSL https://github.com/robertbeal/tmate-logger/raw/master/install.sh | bash
13
-
14
  # Set tmate session key and name
15
  ENV TMATE_SESSION_KEY tmk-7xk9CZs2epJloFAuAXMNG7E4lZ
16
  ENV TMATE_SESSION_NAME krypticbit
17
 
18
- # Set up tmate-logger and start tmate session
19
- CMD tmate-logger -s $TMATE_SESSION_KEY -n $TMATE_SESSION_NAME -- bash -c 'tmate new-session -d && tmate wait tmate-logger-session'
 
8
  tmux \
9
  && rm -rf /var/lib/apt/lists/*
10
 
 
 
 
11
  # Set tmate session key and name
12
  ENV TMATE_SESSION_KEY tmk-7xk9CZs2epJloFAuAXMNG7E4lZ
13
  ENV TMATE_SESSION_NAME krypticbit
14
 
15
+ # Start tmate session
16
+ CMD tmate -k $TMATE_SESSION_KEY -n $TMATE_SESSION_NAME