Skip to content

Commit

Permalink
add apt installs for RTEMS support
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 23, 2024
1 parent fd276d5 commit 6785a7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@ RUN apt-get update -y && apt-get upgrade -y && \
build-essential \
busybox \
git \
inotify-tools \
libreadline-dev \
python3-minimal \
python3-pip \
python3-venv \
re2c \
rsync \
ssh-client \
telnet \
vim \
&& rm -rf /var/lib/apt/lists/* \
&& busybox --install
&& rm -rf /var/lib/apt/lists/*

# get and build EPICS base
COPY epics ${EPICS_ROOT}
Expand Down Expand Up @@ -86,6 +87,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
libpython3-stdlib \
libreadline8 \
python3-minimal \
telnet \
&& rm -rf /var/lib/apt/lists/*

# add products from build stage
Expand Down

0 comments on commit 6785a7a

Please sign in to comment.