latest, going to begin beta
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-03-17 18:01:08 -07:00
parent ec44145d81
commit 1644725e15
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ ADD https://sneak.cloud/authorized_keys /root/.ssh/authorized_keys
COPY ./root /tmp/rootoverlay COPY ./root /tmp/rootoverlay
# we only install essential system packages here # we only install essential system packages here
ARG SYSTEM_PACKAGES="build-essential ca-certificates openssh-server git golang rsync runit" ARG SYSTEM_PACKAGES="build-essential ca-certificates openssh-server git golang rsync runit locales"
RUN \ RUN \
apt update && \ apt update && \

View File

@ -1,5 +1,6 @@
default: build export DOCKER_HOST := ssh://datavi.be
default: build
build: build:
docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" . docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .

3
run.sh
View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
set -x set -x
set -e
# nonessential packages # nonessential packages
PACKAGES=" PACKAGES="
@ -8,12 +9,10 @@ PACKAGES="
byobu byobu
ctags ctags
fdupes fdupes
hardlinks
irssi irssi
irssi-scripts irssi-scripts
jq jq
magic-wormhole magic-wormhole
ncdc
pbzip2 pbzip2
pv pv
python3 python3