mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +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
|
#COPY sources.bullseye.list /etc/apt/sources.list.d/sources.bullseye.list
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
|
|
||||||
apt autoremove -y && \
|
apt autoremove -y && \
|
||||||
apt dist-upgrade -y && \
|
apt dist-upgrade -y && \
|
||||||
apt autoremove -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 - && \
|
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 && \
|
echo "deb https://nightly.yarnpkg.com/debian/ nightly main" > /etc/apt/sources.list.d/yarn.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --allow-downgrades nodejs yarn
|
apt-get install -y nodejs yarn
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# steam runtime and ssdk
|
# steam runtime and ssdk
|
||||||
|
Loading…
Reference in New Issue
Block a user