Skip to content
Snippets Groups Projects
Verified Commit f6a396c3 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix environment variables

parent 161d48be
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,9 @@ FROM ruby:alpine ...@@ -2,3 +2,9 @@ FROM ruby:alpine
RUN apk add --update build-base libffi-dev ruby-dev RUN apk add --update build-base libffi-dev ruby-dev
RUN gem install ffi RUN gem install ffi
RUN gem install fastlane -NV RUN gem install fastlane -NV
# Set environment variables for fastlane
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENTRYPOINT ["fastlane"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment