m-sabih commited on
Commit
c2cc4b2
1 Parent(s): a5b8645

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY .oauth.yaml /home/argilla/
6
  # Switch to root to install wget
7
  USER root
8
  # Install wget
9
- RUN apt-get update && apt-get install -y wget
10
 
11
  ENV OAUTH_ID=""
12
  # Uncomment the next section to keep backward compatibility with previous versions
 
6
  # Switch to root to install wget
7
  USER root
8
  # Install wget
9
+ RUN apt-get update && apt-get install -y wget git
10
 
11
  ENV OAUTH_ID=""
12
  # Uncomment the next section to keep backward compatibility with previous versions