Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions alpine_flutter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV PATH=${FLUTTER_HOME}:${PATH}
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

RUN apk update && apk add docker drill grep olm cmake

RUN git clone --depth 1 https://github.com/flutter/flutter.git -b $flutter_version

RUN flutter precache --linux
Expand Down
2 changes: 1 addition & 1 deletion cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="info@famedly.com"

RUN apt update

RUN apt install curl jq debian-keyring debian-archive-keyring apt-transport-https -y
RUN apt install curl jq debian-keyring debian-archive-keyring apt-transport-https docker.io ldnsutils grep libolm3 -y
RUN curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
RUN curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list
RUN apt update && apt upgrade -y
Expand Down