aripbae commited on
Commit
7a3d7c8
·
verified ·
1 Parent(s): e1b0ef8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM alpine:edge
2
 
3
  RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
4
  apk add --no-cache \
5
- nginx ttyd bash curl unzip tmux micro neofetch font-noto \
6
  python3 py3-pip npm
7
  RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
8
  RUN ln -sf /usr/bin/python3 /usr/bin/python
 
2
 
3
  RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
4
  apk add --no-cache \
5
+ nginx ttyd bash curl unzip tmux micro fastfetch font-noto \
6
  python3 py3-pip npm
7
  RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
8
  RUN ln -sf /usr/bin/python3 /usr/bin/python