Skip to content
Snippets Groups Projects
Unverified Commit 99a3c0a7 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Update Dockerfile

parent 235b5482
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
# system packages installation
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive
# system packages installation
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment