Spaces:
Running
Running
Update OS requirement for Docker Spaces
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ The dev mode is currently not available for static Spaces.
|
|
48 |
|
49 |
Dev mode is supported for Docker Spaces. However, your Space needs to comply with the following rules for the Dev mode to work properly:
|
50 |
|
51 |
-
-
|
52 |
- The Dockerfile must contain a `CMD` instruction for startup.
|
53 |
|
54 |
Checkout [Docker's documentation](https://docs.docker.com/reference/dockerfile/#cmd) about the `CMD` instruction for more details.
|
|
|
48 |
|
49 |
Dev mode is supported for Docker Spaces. However, your Space needs to comply with the following rules for the Dev mode to work properly:
|
50 |
|
51 |
+
- `apt-get` must be installed in the container (base images such as `debian` or `ubuntu` have that package by default).
|
52 |
- The Dockerfile must contain a `CMD` instruction for startup.
|
53 |
|
54 |
Checkout [Docker's documentation](https://docs.docker.com/reference/dockerfile/#cmd) about the `CMD` instruction for more details.
|