Update 'Dockerfile'
All checks were successful
gitea-sync/ci-image/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-26 21:00:01 +01:00
parent 1e3824a683
commit 9220365d38

View File

@ -1,7 +1,7 @@
FROM ubuntu:bionic AS build-env FROM ubuntu:bionic 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 \