Update 'Dockerfile'
Some checks failed
gitea-sync/ci-image/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/ci-image/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6edda6e926
commit
52d6d46306
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user