mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-16 22:59:30 +02:00
TASK: added missing tools
This commit is contained in:
parent
c55fc69b87
commit
a137a6fc15
10
Dockerfile
10
Dockerfile
@ -10,6 +10,16 @@ LABEL maintainer="aptalca"
|
||||
# environment settings
|
||||
ENV HOME="/config"
|
||||
|
||||
RUN apt clean && apt update && apt upgrade -y
|
||||
RUN apt install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg-agent \
|
||||
software-properties-common
|
||||
|
||||
RUN apt install nano wget htop curl git zip unzip -y
|
||||
|
||||
RUN \
|
||||
echo "**** install node repo ****" && \
|
||||
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user