Replace alpine with ubuntu as base image in the Dockerfile #31

Merged
ashwin merged 4 commits from pm-use-ubuntu into main 2024-07-10 14:36:09 +00:00
Showing only changes of commit 2ef71427ca - Show all commits

View File

@ -15,7 +15,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
# remove existing daemon and client
rm -rf $HOME/.laconicd/*
rm -rf $HOME/.laconic/*
if [ -n "`which make`" ]; then
make install