We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2a2fb commit b57bb37Copy full SHA for b57bb37
Dockerfile
@@ -7,7 +7,8 @@ RUN apt-get update; \
7
postgresql-client-9.6 \
8
wkhtmltopdf
9
10
+USER circleci
11
+
12
RUN mix local.rebar --force; \
13
mix local.hex --force
14
-USER circleci
0 commit comments