Skip to content

Commit

Permalink
Fix missing jsoncpp in the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Lejo1 committed Mar 8, 2021
1 parent bf8fb26 commit 13b50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -51,7 +51,7 @@ RUN mkdir build && \

FROM alpine:3.11

RUN apk add --no-cache sqlite-libs curl gmp libstdc++ libgcc libpq luajit && \
RUN apk add --no-cache sqlite-libs curl gmp libstdc++ libgcc libpq luajit jsoncpp && \
adduser -D minetest --uid 30000 -h /var/lib/minetest && \
chown -R minetest:minetest /var/lib/minetest

Expand Down

0 comments on commit 13b50f5

Please sign in to comment.