seekerj
commited on
Commit
·
f76965a
1
Parent(s):
4556150
update: dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -3,6 +3,10 @@ FROM nikolaik/python-nodejs:python3.9-nodejs20-slim as static
|
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
|
|
|
|
|
|
|
|
6 |
COPY init.sh init.sh
|
7 |
|
8 |
RUN chmod u+x init.sh && ./init.sh
|
|
|
3 |
|
4 |
WORKDIR /app
|
5 |
|
6 |
+
|
7 |
+
RUN apt update &&\
|
8 |
+
apt install -y wget
|
9 |
+
|
10 |
COPY init.sh init.sh
|
11 |
|
12 |
RUN chmod u+x init.sh && ./init.sh
|