This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN apt-get install -y \
88
88
RUN apt-get install -y \
89
89
nginx \
90
90
--no-install-recommends
91
- RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
91
+ RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
92
92
curl -sSL https://get.rvm.io | bash -s stable && \
93
93
usermod -a -G rvm root
94
94
RUN bash -c 'source /etc/profile.d/rvm.sh && rvm install ruby 3.3.4'
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ RUN apt-get install -y \
89
89
RUN apt-get install -y \
90
90
nginx \
91
91
--no-install-recommends
92
- RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
92
+ RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
93
93
curl -sSL https://get.rvm.io | bash -s stable && \
94
94
usermod -a -G rvm root
95
95
RUN bash -c 'source /etc/profile.d/rvm.sh && rvm install ruby 3.3.4'
You can’t perform that action at this time.
0 commit comments