Skip to content

Commit

Permalink
fix(dockerfile): Fix Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdenio committed Nov 21, 2021
1 parent 37786de commit da300c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignored:
- DL3008
6 changes: 3 additions & 3 deletions docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ FROM debian:buster AS runner
WORKDIR /usr/src/app

RUN apt-get update && apt-get install --no-install-recommends -y \
libssl1.1=1.1.1d-0+deb10u7 \
libpq5=11.12-0+deb10u1 \
ca-certificates=20200601~deb10u2 \
libssl1.1 \
libpq5 \
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit da300c4

Please sign in to comment.