mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 12:19:06 +08:00
Compare commits
5 Commits
v2.0-alpha
...
pass-env
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d8fcbb306 | ||
|
|
f79c381dd8 | ||
|
|
ace1903cf7 | ||
|
|
daaf5ccf5f | ||
|
|
a172ba4e62 |
@@ -10,6 +10,11 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
|
||||
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
||||
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
||||
|
||||
# To be moved to base image
|
||||
RUN apt-get -q install -y && apt-get clean
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
|
||||
|
||||
ADD default-build-script /UnityBuilderAction
|
||||
ADD steps /steps
|
||||
RUN chmod -R +x /steps
|
||||
|
||||
Reference in New Issue
Block a user