Skip to content

Commit bfb99a6

Browse files
authored
Update ci/docker/asmjs-unknown-emscripten/Dockerfile
1 parent 4a32a4a commit bfb99a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/asmjs-unknown-emscripten/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
55
ENV TZ=America/New_York
66

77
RUN apt-get update
8-
RUN apt-get install -y --no-install-recommends tzdata \
9-
apt-get install -y --no-install-recommends \
8+
RUN apt-get install -y --no-install-recommends tzdata
9+
RUN apt-get install -y --no-install-recommends \
1010
ca-certificates \
1111
curl \
1212
gcc \

0 commit comments

Comments
 (0)