Skip to content

Commit 805c956

Browse files
Merge branch 'main' into heroku
2 parents 855b0e5 + 813c82c commit 805c956

File tree

3 files changed

+599
-213
lines changed

3 files changed

+599
-213
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:22.04
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update --fix-missing
44
RUN 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
9596
RUN 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
108109
RUN 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
#############################################################################################
111115
COPY . /coderunner
112116
WORKDIR "/coderunner"

0 commit comments

Comments
 (0)