fix: don't send the whole local context to the docker image
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user