Skip to content

Commit 81f27f4

Browse files
committed
feat: install utils
1 parent 2d8b10f commit 81f27f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt -y install rustc
1212
RUN apt-get -y install golang-go
1313
RUN npm install -g typescript
1414
RUN apt-get -y install sqlite3
15+
RUN apt-get install -y --no-install-recommends cron libpq-dev sudo
1516

1617
RUN set -xe && \
1718
apt-get update && \

0 commit comments

Comments
 (0)