From 9aced72ee93a8e3a44efa8c5809c9a24f46827b3 Mon Sep 17 00:00:00 2001 From: Julien Recurt Date: Mon, 23 May 2022 01:53:31 +0200 Subject: Update docker compose (#37) Signed-off-by: Julien Recurt --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 5fcb485..11398c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ -FROM frolvlad/alpine-glibc +FROM haxe:4.2.5-alpine3.15 WORKDIR /usr/src/app -RUN apk add nodejs npm git; \ - npm install --global lix; \ - lix install haxe 4.2.2 --global +RUN apk add nodejs npm git COPY res ./res COPY src ./src -- cgit v1.2.3