Skip to content

Commit

Permalink
python: fix sqlite package name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Oct 17, 2023
1 parent fa8b9f8 commit 80a6ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/3.10/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL org.opencontainers.image.licenses=MIT

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite tar tzdata \
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite3 tar tzdata \
&& adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion python/3.11/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL org.opencontainers.image.licenses=MIT

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite tar tzdata \
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite3 tar tzdata \
&& adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion python/3.12/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL org.opencontainers.image.licenses=MIT

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite tar tzdata \
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl ffmpeg g++ gcc git iproute2 openssl sqlite3 tar tzdata \
&& adduser -D -h /home/container container

USER container
Expand Down

0 comments on commit 80a6ce8

Please sign in to comment.