Skip to content

Commit

Permalink
Add Dockerfile for Debian 11 and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Dec 22, 2024
1 parent 3eccf65 commit b4f7b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ docker/alpine/Dockerfile
docker/alpine-no-gettext/Dockerfile
docker/debian9/Dockerfile
docker/debian10/Dockerfile
docker/debian11/Dockerfile
docker/debian-stable/Dockerfile
docker/debian-testing/Dockerfile

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:9
FROM debian:11
LABEL org.opencontainers.image.authors="enrico.m.crisostomo@gmail.com>"

RUN apt-get -y update && apt-get install -y git autoconf automake gettext autopoint libtool make g++ texinfo curl
Expand Down

0 comments on commit b4f7b65

Please sign in to comment.