Switch to using Debian base image instead.
This commit is contained in:
parent
d87c0192ac
commit
6ea48dd4e7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN dart pub get
|
||||||
RUN dart fix --apply
|
RUN dart fix --apply
|
||||||
RUN dart compile exe -o bugvaultd cli/server.dart
|
RUN dart compile exe -o bugvaultd cli/server.dart
|
||||||
|
|
||||||
FROM git.zontreck.com/packages/flutter:latest
|
FROM git.zontreck.com/packages/debian:base
|
||||||
|
|
||||||
LABEL author Tara Piccari
|
LABEL author Tara Piccari
|
||||||
LABEL email tarapiccari@gmail.com
|
LABEL email tarapiccari@gmail.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue