Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|