Skip to content

Commit 516139d

Browse files
committed
#472 fixing building params for codefresh pipeline part 5
1 parent 7f4f51f commit 516139d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN pip install -r requirements.txt
2828
COPY --chown=1000:1000 . .
2929
WORKDIR ${INSTALLATION_FOLDER}/utilities
3030

31-
RUN echo 'DEBUG'
32-
RUN echo ${GEPPETTO_VERSION}
31+
RUN npm install --global yarn
3332
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3433

3534
WORKDIR ${INSTALLATION_FOLDER}

0 commit comments

Comments
 (0)