Skip to content

Commit 4978785

Browse files
committed
Remove the sources.sh Ubuntu_Source parameter
1 parent fe26316 commit 4978785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ARG UBUNTU_SOURCE
4141
COPY ./sources.sh /tmp/sources.sh
4242

4343
RUN if [ ${CHANGE_SOURCE} = true ]; then \
44-
/bin/sh -c /tmp/sources.sh ${UBUNTU_SOURCE} && \
44+
/bin/sh -c /tmp/sources.sh && \
4545
rm -rf /tmp/sources.sh \
4646
;fi
4747

0 commit comments

Comments
 (0)