Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM ubuntu:24.04
|
|
| 2 |
|
| 3 |
# 淇敼鏂规硶
|
| 4 |
RUN sed -i 's#http://archive.ubuntu.com/#http://mirrors.tuna.tsinghua.edu.cn/#' /etc/apt/sources.list;
|
| 5 |
-
RUN apt-get update && apt-get install -y openssl nodejs npm
|
| 6 |
|
| 7 |
RUN openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 30 -out cert.pem -subj "/CN=localhost"
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
# 淇敼鏂规硶
|
| 4 |
RUN sed -i 's#http://archive.ubuntu.com/#http://mirrors.tuna.tsinghua.edu.cn/#' /etc/apt/sources.list;
|
| 5 |
+
RUN apt-get update && apt-get install -y openssl nodejs npm net-tools curl
|
| 6 |
|
| 7 |
RUN openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 30 -out cert.pem -subj "/CN=localhost"
|
| 8 |
|