Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit 291024b

Browse files
committed
Update docker
1 parent 1276950 commit 291024b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ RUN python3.9 -m pip install jupyterlab
1616

1717
RUN jupyter labextension install jupyterlab-ielixir
1818

19+
ARG time=0
20+
1921
RUN mix local.hex --force && mix local.rebar --force \
2022
&& mix escript.install --force github spawnfest/ielixir \
2123
&& ln -s /root/.mix/escripts/ielixir /usr/bin/ielixir
22-
23-
ARG time=0
2424

2525
RUN ielixir install
2626

0 commit comments

Comments
 (0)