Skip to content

Commit

Permalink
remove useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frsechet committed Sep 18, 2021
1 parent bb688bf commit 37515d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

RUN apt update && apt install -y ca-certificates postgresql libpq-dev && apt clean
RUN apt update && apt install -y ca-certificates libpq-dev && apt clean
RUN update-ca-certificates

WORKDIR /usr/src/csml
Expand Down

0 comments on commit 37515d2

Please sign in to comment.