Skip to content

Commit

Permalink
sqlite3?
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed May 4, 2024
1 parent 7d402f7 commit 59d314f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions java/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
LABEL author="Birdflop" maintainer="[email protected]"

RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down
6 changes: 3 additions & 3 deletions java/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
LABEL author="Birdflop" maintainer="[email protected]"

RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down
6 changes: 3 additions & 3 deletions java/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
LABEL author="Birdflop" maintainer="[email protected]"

RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down
6 changes: 3 additions & 3 deletions java/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
LABEL author="Birdflop" maintainer="[email protected]"

RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 \
&& useradd -d /home/container -m container
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down
2 changes: 1 addition & 1 deletion java/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down
6 changes: 3 additions & 3 deletions java/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
LABEL author="Birdflop" maintainer="[email protected]"

RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container

Expand Down

0 comments on commit 59d314f

Please sign in to comment.