Skip to content

Commit

Permalink
Fix poetry config
Browse files Browse the repository at this point in the history
  • Loading branch information
thuandt committed Dec 23, 2019
1 parent 64084f3 commit 54c67ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN groupadd "${APP_GRP}" \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& rm -f /etc/nginx/conf.d/* /etc/nginx/sites-enabled/* \
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
&& poetry config settings.virtualenvs.create false \
&& poetry config virtualenvs.create false \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN groupadd "${APP_GRP}" \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& rm -f /etc/nginx/conf.d/* /etc/nginx/sites-enabled/* \
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
&& poetry config settings.virtualenvs.create false \
&& poetry config virtualenvs.create false \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion 3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN groupadd "${APP_GRP}" \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& rm -f /etc/nginx/conf.d/* /etc/nginx/sites-enabled/* \
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
&& poetry config settings.virtualenvs.create false \
&& poetry config virtualenvs.create false \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 54c67ff

Please sign in to comment.