Skip to content

Commit 0c6b464

Browse files
authored
Update Dockerfile
1 parent 2003482 commit 0c6b464

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ COPY --from=builder --chown=500:500 /app /app
1818
# Enable compilation of po files into mo files (This is added here for backward compatibility)
1919

2020
ENV zope_i18n_compile_mo_files=true
21-
# https://github.com/pypa/pip/issues/12079
22-
ENV _PIP_USE_IMPORTLIB_METADATA=0
2321

2422
# Link /data (the exposed volume) into /app/var
2523
RUN ln -s /data /app/var

0 commit comments

Comments
 (0)