Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ac32eb9

Browse files
Fix Docker Build on Mac (#31)
* Update Dockerfile_x86 * Update Dockerfile
1 parent f1e2e61 commit ac32eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN apt-get install -y \
8888
RUN apt-get install -y \
8989
nginx \
9090
--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 && \
9292
curl -sSL https://get.rvm.io | bash -s stable && \
9393
usermod -a -G rvm root
9494
RUN bash -c 'source /etc/profile.d/rvm.sh && rvm install ruby 3.3.4'

Dockerfile_x86

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN apt-get install -y \
8989
RUN apt-get install -y \
9090
nginx \
9191
--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 && \
9393
curl -sSL https://get.rvm.io | bash -s stable && \
9494
usermod -a -G rvm root
9595
RUN bash -c 'source /etc/profile.d/rvm.sh && rvm install ruby 3.3.4'

0 commit comments

Comments
 (0)