Skip to content

Commit

Permalink
Update base to Debian Bullseye
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <[email protected]>
  • Loading branch information
J0WI committed Oct 7, 2022
1 parent 839ae9a commit 135bb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:20.04
FROM debian:bullseye-slim

MAINTAINER Morris Jobke <[email protected]>

# Install python
RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y --no-install-recommends \
apt-get install -q -y --no-install-recommends \
gawk \
gettext \
git \
Expand All @@ -17,7 +17,7 @@ RUN apt-get update -q && \
php7.4-json \
php7.4-xml \
qttools5-dev-tools \
&& apt-get clean
&& rm -rf /var/lib/apt/lists/*

RUN update-ca-certificates

Expand Down

0 comments on commit 135bb98

Please sign in to comment.