Skip to content

Commit

Permalink
chore: update Docker base image to ubuntu 22 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Apr 12, 2023
1 parent fd966b9 commit 260354e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosted/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:22.04

ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
Expand All @@ -8,7 +8,7 @@ ENV DEPLOYMENT_STAGE=$HAPPY_ENV
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y gettext nginx moreutils build-essential libxml2-dev python3-dev python3-pip zlib1g-dev python3-requests python3-aiohttp llvm jq npm git zip curl && \
apt-get install -y gettext nginx moreutils build-essential libxml2-dev python3-dev python3-pip zlib1g-dev python3-requests python3-aiohttp llvm jq git zip curl && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get -y install nodejs && \
node -v && \
Expand Down

0 comments on commit 260354e

Please sign in to comment.