Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM ubuntu:latest
|
3 |
|
4 |
# Update packages and install curl and gnupg
|
5 |
-
RUN apt-get update && apt-get install -y
|
6 |
curl \
|
7 |
gnupg
|
8 |
|
|
|
2 |
FROM ubuntu:latest
|
3 |
|
4 |
# Update packages and install curl and gnupg
|
5 |
+
RUN apt-get update && apt-get install -y \
|
6 |
curl \
|
7 |
gnupg
|
8 |
|