Update Dockerfile
Browse files- 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
|
| 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
|