4 lines
131 B
Docker
4 lines
131 B
Docker
FROM catthehacker/ubuntu:act-latest
|
|
|
|
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev
|