Update 'Dockerfile'
Some checks failed
gitea-sync/ci-image/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-01-26 20:37:56 +01:00
parent 6edda6e926
commit 52d6d46306

View File

@ -1,7 +1,7 @@
FROM ubuntu:focal AS build-env FROM ubuntu:focal AS build-env
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
apt-get --yes --no-install-recommends install \ apt-get --yes --no-install-recommends install \
wget \ wget curl\
build-essential \ build-essential \
make \ make \
libsqlite3-dev \ libsqlite3-dev \