Skip to content

Commit

Permalink
fix: don't send the whole local context to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Apr 2, 2021
1 parent 024d47e commit c4b048f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
@@ -0,0 +1,4 @@
./cmake-build-*
./build/*
./cache/*
Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -49,7 +49,7 @@ RUN mkdir build && \
make -j2 && \
make install

FROM alpine:3.11
FROM alpine:3.13

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

0 comments on commit c4b048f

Please sign in to comment.