Skip to content

Commit d8e33b5

Browse files
simplify
1 parent 26a1236 commit d8e33b5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ FROM docker-code-server-python
4040
ARG BUILD_DATE
4141
ARG VERSION
4242
ARG CODE_RELEASE
43-
ARG DEBIAN_FRONTEND="noninteractive"
4443

4544
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
4645
LABEL maintainer="civisanalytics"
4746

48-
ENV HOME="/workspace"
47+
# environment settings
48+
ARG DEBIAN_FRONTEND="noninteractive"
49+
ENV HOME="/config"
4950

50-
RUN echo "**** install runtime dependencies ****" && \
51+
RUN \
52+
echo "**** install runtime dependencies ****" && \
5153
apt-get update && \
5254
apt-get install -y \
5355
git \
@@ -81,4 +83,3 @@ COPY /root /
8183

8284
# ports and volumes
8385
EXPOSE 8443
84-

0 commit comments

Comments
 (0)