File tree Expand file tree Collapse file tree 3 files changed +599
-213
lines changed
Expand file tree Collapse file tree 3 files changed +599
-213
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:22.04
22
33RUN DEBIAN_FRONTEND=noninteractive apt-get update --fix-missing
44RUN DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
@@ -89,7 +89,8 @@ RUN DEBIAN_FRONTEND=noninteractive pip3 install \
8989 opencv-python opencv-contrib-python \
9090 pyarrow \
9191 pandas \
92- scipy
92+ scipy \
93+ pyyaml
9394
9495# ## Perl
9596RUN DEBIAN_FRONTEND=noninteractive apt-get install -y perl
@@ -107,6 +108,9 @@ RUN curl -L -O https://github.com/clojure/brew-install/releases/latest/download/
107108# ## ADA
108109RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gnat-12
109110
111+ # ## Elixir
112+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y erlang-dev elixir
113+
110114# ############################################################################################
111115COPY . /coderunner
112116WORKDIR "/coderunner"
You can’t perform that action at this time.
0 commit comments