Skip to content

Commit

Permalink
bump KeyDB version and remove unused debian dependencies
Browse files Browse the repository at this point in the history
Stephen Corya committed Jan 6, 2024
1 parent 65dacbf commit dd2b59f
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
@@ -5,7 +5,7 @@ WORKDIR /usr/local/src

COPY ./datamkown.c ./

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

COPY . .

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 && \
npm install

HEALTHCHECK CMD node ./healthcheck.js

0 comments on commit dd2b59f

Please sign in to comment.