mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
dd dokcerfile for test image
This commit is contained in:
8
tests/Dockerfile
Normal file
8
tests/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:lts
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
# Install and update the system
|
||||
RUN apt-get -q update && apt-get -qy upgrade && apt-get -qy install postgresql-client
|
||||
# Clean up APT when done.
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
Reference in New Issue
Block a user