Skip to content

Commit dd2b59f

Browse files
author
Stephen Corya
committed
bump KeyDB version and remove unused debian dependencies
1 parent 65dacbf commit dd2b59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/local/src
55

66
COPY ./datamkown.c ./
77

8-
RUN VERSION="6.3.3" && \
8+
RUN VERSION="6.3.4" && \
99
apt-get update && apt-get install -y \
1010
build-essential \
1111
nasm \
@@ -49,7 +49,7 @@ COPY --from=keydb-compiler /usr/local/src/datamkown /usr/local/bin/datamkown
4949

5050
COPY . .
5151

52-
RUN apt-get update && apt-get install -y libcurl4 libatomic1 dnsutils redis-server iproute2 && \
52+
RUN apt-get update && apt-get install -y libcurl4 libatomic1 iproute2 && \
5353
npm install
5454

5555
HEALTHCHECK CMD node ./healthcheck.js

0 commit comments

Comments
 (0)