brendon-ai commited on
Commit
428c6da
·
verified ·
1 Parent(s): a770e09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,8 +16,8 @@ RUN apt-get update && apt-get install -y \
16
  wget \
17
  ca-certificates \
18
  sudo \
19
- dos2unix \ # <--- ADDED: Install dos2unix to convert line endings
20
- git \ # <--- OPTIONAL: Added 'git' as it's often useful, but not strictly needed for this error.
21
  && rm -rf /var/lib/apt/lists/*
22
 
23
  # Create and activate virtual environment
 
16
  wget \
17
  ca-certificates \
18
  sudo \
19
+ dos2unix \ # <--- CORRECTLY PLACED: Install dos2unix
20
+ git \ # <--- CORRECTLY PLACED: Install git
21
  && rm -rf /var/lib/apt/lists/*
22
 
23
  # Create and activate virtual environment