mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
fixes
This commit is contained in:
parent
bdc88f3bf3
commit
b3dc4842c1
@ -7,7 +7,6 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
#COPY sources.bullseye.list /etc/apt/sources.list.d/sources.bullseye.list
|
||||
RUN apt update && \
|
||||
|
||||
apt autoremove -y && \
|
||||
apt dist-upgrade -y && \
|
||||
apt autoremove -y
|
||||
@ -289,7 +288,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && \
|
||||
echo "deb https://nightly.yarnpkg.com/debian/ nightly main" > /etc/apt/sources.list.d/yarn.list && \
|
||||
apt-get update && \
|
||||
apt-get install -y --allow-downgrades nodejs yarn
|
||||
apt-get install -y nodejs yarn
|
||||
|
||||
##################################################################
|
||||
# steam runtime and ssdk
|
||||
|
Loading…
Reference in New Issue
Block a user