run apt update in dockerfile
This commit is contained in:
parent
0194402a68
commit
4bec9bb944
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/nimlang/nim:2.0.2-ubuntu
|
||||
|
||||
RUN apt install -y postgresql-client
|
||||
RUN apt update && apt install -y postgresql-client
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY . /usr/src/app
|
||||
|
|
Loading…
Reference in a new issue