We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceab813 commit af5e5b3Copy full SHA for af5e5b3
Dockerfile
@@ -35,6 +35,9 @@ RUN perl -pi -e 's/ is 0 / == 0 /' ${AZUREROOT}blob/_upload_chunking.py
35
RUN perl -pi -e 's/ is not -1 / != 1 /' ${AZUREROOT}blob/baseblobservice.py
36
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}common/_connection.py
37
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}_connection.py
38
+RUN sed '423,430d' ${AZUREROOT}common/storageclient.py > /tmp/tmp1
39
+RUN cat /tmp/tmp1 > ${AZUREROOT}common/storageclient.py
40
+RUN rm /tmp/tmp1
41
42
COPY main/nginx.conf /etc/nginx/sites-available/
43
RUN \
0 commit comments