Skip to content

Commit 426b878

Browse files
committed
Try to trigger rebuild
1 parent 4bf86d9 commit 426b878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docker/ci/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ENV OPAMROOT=/usr/local/opam
1212
# Install OS dependencies
1313
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
1414
build-essential ca-certificates curl gawk gcc git libpcre3-dev m4 \
15-
mingw-w64 nano pkg-config python3 python3-pip rsync sudo time unzip \
16-
wget
15+
mingw-w64 nano pkg-config python3 python3-pip rsync sudo time \
16+
wget unzip
1717

1818
# Newer nodejs version
1919
RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

0 commit comments

Comments
 (0)