mirror of
https://github.com/linuxserver/docker-openvscode-server.git
synced 2026-01-31 14:19:05 +08:00
add back recommended deps
This commit is contained in:
parent
4756e16d7f
commit
02e029d5a2
@ -14,7 +14,7 @@ ENV HOME="/config"
|
||||
RUN \
|
||||
echo "**** install runtime dependencies ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install -y \
|
||||
git \
|
||||
jq \
|
||||
libatomic1 \
|
||||
|
||||
@ -14,7 +14,7 @@ ENV HOME="/config"
|
||||
RUN \
|
||||
echo "**** install runtime dependencies ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install -y \
|
||||
git \
|
||||
jq \
|
||||
libatomic1 \
|
||||
|
||||
@ -14,7 +14,7 @@ ENV HOME="/config"
|
||||
RUN \
|
||||
echo "**** install runtime dependencies ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install -y \
|
||||
git \
|
||||
jq \
|
||||
libatomic1 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user