]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
fix: don't send the whole local context to the docker image
authorLoic Blot <loic.blot@unix-experience.fr>
Fri, 2 Apr 2021 07:25:50 +0000 (09:25 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Fri, 2 Apr 2021 12:40:22 +0000 (14:40 +0200)
.dockerignore [new file with mode: 0644]
Dockerfile

diff --git a/.dockerignore b/.dockerignore
new file mode 100644 (file)
index 0000000..bda43eb
--- /dev/null
@@ -0,0 +1,4 @@
+./cmake-build-*
+./build/*
+./cache/*
+Dockerfile
index 33eba64cae1f97a3bb78c5608431a14414ff5627..a1b5a7be3236acc1a06cec24b23df47ab3605f41 100644 (file)
@@ -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 && \