Skip to content

Commit 5972e1a

Browse files
committed
Bugfix
1 parent e246b23 commit 5972e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin || true && \
302302
# Ignore npm package issues
303303
yarn config set ignore-engines true || true
304304

305-
COPY --link --from=python-venv /venv /venv
305+
COPY --link --from=python-venv /venvs /venvs
306306

307307
#############################################################################################
308308
## @generated by .automation/build.py using descriptor files, please do not update manually ##

0 commit comments

Comments
 (0)