Skip to content

Commit b90de06

Browse files
committed
#472 fixing building params for codefresh pipeline part 3
1 parent c309ab1 commit b90de06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN pip install -r requirements.txt
2929
COPY --chown=1000:1000 . .
3030
WORKDIR ${INSTALLATION_FOLDER}/utilities
3131

32+
RUN echo 'DEBUG'
33+
RUN echo ${GEPPETTO_VERSION}
3234
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3335

3436
WORKDIR ${INSTALLATION_FOLDER}

0 commit comments

Comments
 (0)