rm build
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319
|
|
||||||
|
|
||||||
# set version label
|
|
||||||
ARG BUILD_DATE
|
|
||||||
ARG VERSION
|
|
||||||
ARG FIREFOX_VERSION
|
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
|
||||||
LABEL maintainer="thelamer"
|
|
||||||
|
|
||||||
# title
|
|
||||||
ENV TITLE=Librewolf
|
|
||||||
|
|
||||||
RUN \
|
|
||||||
echo "**** install packages ****" && \
|
|
||||||
apk add librewolf --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted && \
|
|
||||||
sed -i 's|</applications>| <application title="LibreWolf" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml
|
|
||||||
|
|
||||||
# COPY /root /
|
|
||||||
|
|
||||||
# ports and volumes
|
|
||||||
EXPOSE 3000
|
|
||||||
|
|
||||||
VOLUME /config
|
|
||||||
Reference in New Issue
Block a user