Skip to content

Commit

Permalink
Switch to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Stamm committed Dec 4, 2021
1 parent 1cef40f commit ba9ab8a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM debian:bullseye

RUN echo "\ndeb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
FROM ubuntu:impish

#update and accept all prompts
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
supervisor \
rdiff-backup \
Expand All @@ -11,7 +10,7 @@ RUN apt-get update && apt-get install -y \
git \
curl \
rlwrap \
openjdk-17-jre-headless \
openjdk-18-jre-headless \
ca-certificates-java \
build-essential \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit ba9ab8a

Please sign in to comment.