hayou2002 commited on
Commit
724b945
·
verified ·
1 Parent(s): 80fbd46

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -2
Dockerfile CHANGED
@@ -1,4 +1,10 @@
1
  FROM openlistteam/openlist:latest
2
  USER root
3
- RUN apt-get update && apt-get install -y --no-install-recommends \
4
- curl \
 
 
 
 
 
 
 
1
  FROM openlistteam/openlist:latest
2
  USER root
3
+ RUN apk update && apk add --no-cache \
4
+ curl \
5
+ wget \
6
+ net-tools
7
+
8
+ VOLUME ["/app/data"]
9
+ EXPOSE 5244
10
+ ENV OPENLIT_DATA_DIR=/app/data