Skip to content

Commit 4d18f69

Browse files
author
Dmitry Berezovsky
committed
Fixed typo in docker file
1 parent 0245019 commit 4d18f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ENV DOCKER_AVAILABLE=1
5858
# ------------------------------------------------------------------------ Python AWS & other tools
5959
RUN yum install jq \
6060
&& pip install --upgrade awscli
61-
AWS_AVAILABLE=1
61+
ENV AWS_AVAILABLE=1
6262

6363
# ------------------------------------------------------------------------ VCS
6464

0 commit comments

Comments
 (0)