Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Keep root user active
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 28, 2019
1 parent af4bb0c commit c0c1a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ ENV ANSIBLE_LOCAL_TEMP "/tmp/ansible/local"
ENV ANSIBLE_ASYNC_DIR = "/tmp/ansible/async"

USER root
RUN pip install docker && sudo chown :molecule /var/run/docker.sock
USER ${TEST_USER}
RUN pip install docker

ENTRYPOINT ["molecule"]
CMD ["test"]

0 comments on commit c0c1a8a

Please sign in to comment.