forgot syntax
This commit is contained in:
parent
e78a9e2643
commit
c8e83b401a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ RUN \
|
|||
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg && \
|
||||
cp packages.microsoft.gpg /etc/apt/keyrings && \
|
||||
echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list && \
|
||||
add-apt-repository ppa:xtradeb/apps -y
|
||||
add-apt-repository ppa:xtradeb/apps -y && \
|
||||
apt-get update && \
|
||||
echo "**** Install all packages ****" && \
|
||||
mkdir -p /usr/share/man/man1 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue