Dockerfile error
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
FROM python
|
FROM python
|
||||||
|
|
||||||
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*
|
||||||
RUN wget -P / $(curl https://api.github.com/repos/novnc/websockify/releases/latest | jq -r '.tarball_url')
|
RUN wget --content-disposition -P / $(curl https://api.github.com/repos/novnc/websockify/releases/latest | jq -r '.tarball_url')
|
||||||
RUN python3 -m pip install novnc-websockify-*.tar.gz
|
RUN python3 -m pip install novnc-websockify-*.tar.gz
|
||||||
RUN rm -rf /novnc-websockify-* /root/.cache
|
RUN rm -rf /novnc-websockify-* /root/.cache
|
||||||
|
|
||||||
RUN wget -P / https://github.com/rickparrish/fTelnet/archive/refs/heads/master.zip
|
RUN wget --content-disposition -P / https://github.com/rickparrish/fTelnet/archive/refs/heads/master.zip
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
RUN unzip /fTelnet-master.zip &&\
|
RUN unzip /fTelnet-master.zip &&\
|
||||||
cp fTelnet-master/release/ftelnet.css . &&\
|
cp fTelnet-master/release/ftelnet.css . &&\
|
||||||
|
|||||||
Reference in New Issue
Block a user