We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dacbf commit dd2b59fCopy full SHA for dd2b59f
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /usr/local/src
5
6
COPY ./datamkown.c ./
7
8
-RUN VERSION="6.3.3" && \
+RUN VERSION="6.3.4" && \
9
apt-get update && apt-get install -y \
10
build-essential \
11
nasm \
@@ -49,7 +49,7 @@ COPY --from=keydb-compiler /usr/local/src/datamkown /usr/local/bin/datamkown
49
50
COPY . .
51
52
-RUN apt-get update && apt-get install -y libcurl4 libatomic1 dnsutils redis-server iproute2 && \
+RUN apt-get update && apt-get install -y libcurl4 libatomic1 iproute2 && \
53
npm install
54
55
HEALTHCHECK CMD node ./healthcheck.js
0 commit comments