Skip to content

Commit

Permalink
Moving to newer ubuntu and python
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin committed Oct 6, 2024
1 parent 010adab commit 1002199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:bionic
FROM ubuntu:jammy

RUN mkdir -p /usr/node_app
COPY . /usr/node_app
WORKDIR /usr/node_app
RUN apt-get update ; apt-get install -fy git python make g++ npm curl dirmngr apt-transport-https lsb-release ca-certificates
RUN apt-get update ; apt-get install -fy git python3 make g++ npm curl dirmngr apt-transport-https lsb-release ca-certificates
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash
RUN apt-get update ; apt-get -fy install nodejs

Expand Down

0 comments on commit 1002199

Please sign in to comment.