Skip to content

Commit

Permalink
Merge branch 'main' into T121478
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook authored Aug 28, 2023
2 parents 8b49869 + f36d159 commit 5bf6b24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
11 changes: 4 additions & 7 deletions images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ RUN pip install --prefix=/srv/paws --no-cache-dir \

USER root

# Setup nodesource, because node on Ubuntu is far too old to be useful
ADD node/nodesource.gpg /etc/apt/trusted.gpg.d/nodesource.gpg
ADD node/nodesource.list /etc/apt/sources.list.d/nodesource.list

# Base building utilities that'll always be required, probably
RUN apt-get update && \
apt-get install --yes \
Expand All @@ -65,12 +61,10 @@ RUN apt-get update && \
gcc \
apt-transport-https


RUN apt-get update --yes && \
apt-get install --yes \
python3-dev \
openjdk-11-jdk \
nodejs
openjdk-11-jdk

# Utilities
RUN apt-get install --yes \
Expand All @@ -86,6 +80,9 @@ RUN apt-get install --yes \
mariadb-client \
unrar

RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs

# pyaudio
RUN apt-get install --yes \
portaudio19-dev
Expand Down
Binary file removed images/singleuser/node/nodesource.gpg
Binary file not shown.
2 changes: 0 additions & 2 deletions images/singleuser/node/nodesource.list

This file was deleted.

0 comments on commit 5bf6b24

Please sign in to comment.