Skip to content

Commit

Permalink
feat: add mongodb-tools
Browse files Browse the repository at this point in the history
chore: bump base version
  • Loading branch information
juris committed Feb 26, 2024
1 parent 0bcdcc3 commit ff85a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

WORKDIR /root

Expand All @@ -7,7 +7,7 @@ RUN apk upgrade --no-cache \
groff aws-cli openssl-dev \
bash bash-completion ncurses \
tini jq git vim curl ca-certificates \
tcpdump bind-tools redis py3-setuptools \
tcpdump bind-tools redis py3-setuptools mongodb-tools \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
pixz \
&& apk add --no-cache --update --virtual .build-deps \
Expand Down

0 comments on commit ff85a6c

Please sign in to comment.