Skip to content
Snippets Groups Projects
Commit 80e84d68 authored by Lauri Koivunen's avatar Lauri Koivunen :tools:
Browse files

Add curses dep, remove build-essential to slim down

parent abff1688
No related branches found
No related tags found
No related merge requests found
Pipeline #34043 passed
FROM debian FROM debian
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
build-essential \
freeglut3-dev \ freeglut3-dev \
gtkwave \ gtkwave \
texinfo \ texinfo \
libncurses-dev \
elfutils \ elfutils \
ctags \ ctags \
libelf1 \ libelf1 \
...@@ -18,6 +17,7 @@ RUN apt-get update && apt-get -y install \ ...@@ -18,6 +17,7 @@ RUN apt-get update && apt-get -y install \
arduino-mk \ arduino-mk \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Get us Simavr
WORKDIR /tmp/ WORKDIR /tmp/
RUN git clone https://github.com/buserror/simavr.git --single-branch --depth 1 RUN git clone https://github.com/buserror/simavr.git --single-branch --depth 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment