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

Commit

Permalink
Use consistent env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 28, 2019
1 parent c0c1a8a commit bc78180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL "homepage"="https://github.com/re-actors"
LABEL "maintainer"="Sviatoslav Sydorenko <[email protected]>"

ENV ANSIBLE_LOCAL_TEMP "/tmp/ansible/local"
ENV ANSIBLE_ASYNC_DIR = "/tmp/ansible/async"
ENV ANSIBLE_ASYNC_DIR "/tmp/ansible/async"

USER root
RUN pip install docker
Expand Down

0 comments on commit bc78180

Please sign in to comment.