Skip to content

Commit

Permalink
Test new Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Mar 18, 2024
1 parent c82d135 commit 5dda41a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,22 @@ RUN apt-get update \
libssh-dev \
libwxgtk3.0-gtk3-dev \
m4 \
unixodbc-dev \
xsltproc \
# unixodbc-dev \
# xsltproc \
&& rm -rf /var/lib/apt/lists/* \
&& asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git \
&& asdf install erlang 26.0.2 \
&& asdf global erlang 26.0.2 \
&& rm -rf /tmp/*

RUN apt-get update -y -qq && \
apt-get install -y \
build-essential curl pkg-config libssl-dev libclang-dev git sudo \
libegl1-mesa-dev libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
ffmpeg libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev libopus-dev && \
rm -rf /var/lib/apt/lists/*


# Elixir
RUN asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git \
&& asdf install elixir 1.15.5-otp-26 \
Expand Down

0 comments on commit 5dda41a

Please sign in to comment.