Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1347473 - don't change user in docker image on aarch64
  • Loading branch information
franziskuskiefer committed Mar 16, 2017
1 parent ad0007d commit f9fec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/docker-aarch64/Dockerfile
Expand Up @@ -13,7 +13,7 @@ ADD setup.sh /tmp/setup.sh
RUN bash /tmp/setup.sh

# Change user.
USER worker
# USER worker # See bug 1347473.

# Env variables.
ENV HOME /home/worker
Expand Down

0 comments on commit f9fec7e

Please sign in to comment.