hz2475 commited on
Commit
3d2ea5b
·
1 Parent(s): cc3c56d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,11 +2,11 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.11
 
5
 
6
  RUN useradd -m -u 1000 user
7
  USER user
8
  ENV PATH="/home/user/.local/bin:$PATH"
9
- RUN apt-get update && apt-get install -y openssh-client sshpass
10
 
11
 
12
  WORKDIR /app
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.11
5
+ RUN apt-get update && apt-get install -y openssh-client sshpass
6
 
7
  RUN useradd -m -u 1000 user
8
  USER user
9
  ENV PATH="/home/user/.local/bin:$PATH"
 
10
 
11
 
12
  WORKDIR /app