File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-get update \
33
33
&& apt-get update \
34
34
&& apt-get install -y nodejs \
35
35
&& npm install -g npm \
36
- && curl -fsSL https://bun.sh/ install | bash \
36
+ && npm install -g bun \
37
37
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null \
38
38
&& echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
39
39
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /usr/share/keyrings/pgdg.gpg >/dev/null \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN apt-get update \
34
34
&& apt-get update \
35
35
&& apt-get install -y nodejs \
36
36
&& npm install -g npm \
37
- && curl -fsSL https://bun.sh/ install | bash \
37
+ && npm install -g bun \
38
38
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarn.gpg >/dev/null \
39
39
&& echo "deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
40
40
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /usr/share/keyrings/pgdg.gpg >/dev/null \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apt-get update \
35
35
&& apt-get install -y nodejs \
36
36
&& npm install -g npm \
37
37
&& npm install -g pnpm \
38
- && curl -fsSL https://bun.sh/ install | bash \
38
+ && npm install -g bun \
39
39
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
40
40
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
41
41
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt-get update \
36
36
&& apt-get install -y nodejs \
37
37
&& npm install -g npm \
38
38
&& npm install -g pnpm \
39
- && curl -fsSL https://bun.sh/ install | bash \
39
+ && npm install -g bun \
40
40
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /etc/apt/keyrings/yarn.gpg >/dev/null \
41
41
&& echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
42
42
&& curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/keyrings/pgdg.gpg >/dev/null \
You can’t perform that action at this time.
0 commit comments