@ -5,7 +5,9 @@ FROM docker.mgm.sipwise.com/sipwise-bullseye:latest
# is updated with the current date. It will force refresh of all
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2021-09-27
ENV REFRESHED_AT 2022-10-04
ENV NODE_PATH = /usr/lib/nodejs:/usr/share/nodejs
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND noninteractive
ENV DISPLAY = :0
ENV DISPLAY = :0
@ -14,7 +16,10 @@ COPY t/sources.list.d/builddeps.list /etc/apt/sources.list.d/
COPY t/sources.list.d/preferences /etc/apt/preferences.d/
COPY t/sources.list.d/preferences /etc/apt/preferences.d/
RUN apt-get update && apt-get install --assume-yes --no-install-recommends \
RUN apt-get update && apt-get install --assume-yes --no-install-recommends \
g++ \
make \
nodejs \
nodejs \
python3 \
yarnpkg
yarnpkg
RUN echo "cd /code && ./t/testrunner" >/root/.bash_history
RUN echo "cd /code && ./t/testrunner" >/root/.bash_history