Skip to content

Commit

Permalink
Upgrade to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Aug 26, 2024
1 parent 29a2557 commit 9a897c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions builder-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL org.opencontainers.image.source="https://github.com/VirtusLab/community-build3"

ENV LANG=C.UTF-8
Expand All @@ -9,8 +9,7 @@ ENV TZ=Europe/Zurich
# see https://sdkman.io/usage for configuration options
ENV SDKMAN_DIR=/root/.sdkman
RUN apt-get update && \
apt-get install -y software-properties-common && \
apt-get install -y curl ca-certificates zip unzip openssl findutils bash git ssh && \
apt-get install -y curl ca-certificates zip unzip openssl findutils git && \
(curl -fsSL https://deb.nodesource.com/setup_21.x | bash -) && apt-get install -y nodejs && \
curl -s "https://get.sdkman.io" | bash && \
echo "sdkman_auto_answer=true" > $SDKMAN_DIR/etc/config && \
Expand Down

0 comments on commit 9a897c4

Please sign in to comment.