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

Commit 849f59e

Browse files
committed
fix openresty install
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
1 parent 07cd053 commit 849f59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ENV PATH=$PATH:/usr/local/go/bin
2929
# Install Openresty
3030
RUN apt-get update && \
3131
apt-get -y install --no-install-recommends wget gnupg ca-certificates lsb-release && \
32-
wget -O - https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty-archive-keyring.gpg && \
33-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty-archive-keyring.gpg] http://openresty.org/package/$(dpkg --print-architecture)/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/openresty.list && \
32+
wget -O - https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty.gpg && \
33+
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/openresty.list && \
3434
apt-get update && \
3535
apt-get -y install --no-install-recommends openresty
3636

0 commit comments

Comments
 (0)