Initial commit
This commit is contained in:
3
ubuntu-latest/Dockerfile
Normal file
3
ubuntu-latest/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM catthehacker/ubuntu:act-latest
|
||||
|
||||
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev
|
4
ubuntu-latest/publish.sh
Executable file
4
ubuntu-latest/publish.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
docker build -t buildenv:ubuntu-latest . && \
|
||||
docker tag buildenv:ubuntu-latest docker.panel2.viceunderdogs.com/buildenv:ubuntu-latest && \
|
||||
docker push docker.panel2.viceunderdogs.com/buildenv:ubuntu-latest
|
Reference in New Issue
Block a user