mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
Update Dockerfile
This commit is contained in:
parent
dbdfc945ff
commit
904e8ce098
@ -4,13 +4,13 @@ EXPOSE 9000
|
||||
# Install dependencies
|
||||
RUN apt update
|
||||
RUN apt install -y --no-install-recommends build-essential
|
||||
RUN apt install -y --no-install-recommends ca-certificates
|
||||
RUN apt install -y --no-install-recommends git
|
||||
RUN apt install -y --no-install-recommends ssh
|
||||
RUN apt install -y --no-install-recommends curl
|
||||
RUN apt install -y --no-install-recommends nscd
|
||||
RUN apt install -y --no-install-recommends bash
|
||||
RUN apt install -y --no-install-recommends which
|
||||
RUN apt install -y --no-install-recommends ca-certificates
|
||||
RUN apt install -y --no-install-recommends nscd
|
||||
|
||||
# Create workdir
|
||||
RUN mkdir -p /comty-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user