Skip to content

Commit 65e8ba2

Browse files
committed
switched to custom image
1 parent bed1919 commit 65e8ba2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
FROM debian:13-slim AS flutter_builder
2-
3-
ENV DEBIAN_FRONTEND=noninteractive
4-
5-
RUN apt-get update && apt-get install -y \
6-
git \
7-
curl \
8-
unzip \
9-
xz-utils \
10-
&& rm -rf /var/lib/apt/lists/*
11-
12-
ENV FLUTTER_VERSION=3.35.4
13-
RUN git clone https://github.com/flutter/flutter.git -b stable /flutter
14-
ENV PATH="/flutter/bin:${PATH}"
1+
FROM ghcr.io/ra341/dfw:latest AS flutter_builder
152

163
WORKDIR /web/
174

0 commit comments

Comments
 (0)