Skip to content

Commit

Permalink
Install dart-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Dec 21, 2023
1 parent 71f6f7d commit c2fafb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt/form-flow-starter-app

ARG APTIBLE_ENV=/opt/form-flow-starter-app/.aptible.env
RUN set -a && \
apk add --update npm && \
apk add --update npm dart-sdk && \
npm install -g sass && \
if [ -e ${APTIBLE_ENV} ] ; then . ${APTIBLE_ENV} ; fi && \
./gradlew assemble && \
Expand Down

0 comments on commit c2fafb3

Please sign in to comment.