Skip to content

Commit

Permalink
fix: have old repositories for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 29, 2024
1 parent 778ef81 commit c01eb0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM alpine:3.19

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/main' >> /etc/apk/repositories && \
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/community' >> /etc/apk/repositories
# Following repositories are required to install mongodb-shell.
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/main' >> /etc/apk/repositories && \
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories

RUN apk add --update --no-cache \
ca-certificates \
Expand Down

0 comments on commit c01eb0c

Please sign in to comment.