diff options
Diffstat (limited to '.devops/full.Dockerfile')
| -rw-r--r-- | .devops/full.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/full.Dockerfile b/.devops/full.Dockerfile index 6f19afa9..2a06f82b 100644 --- a/.devops/full.Dockerfile +++ b/.devops/full.Dockerfile @@ -1,6 +1,6 @@ ARG UBUNTU_VERSION=22.04 -FROM ubuntu:$UBUNTU_VERSION as build +FROM ubuntu:$UBUNTU_VERSION AS build RUN apt-get update && \ apt-get install -y build-essential python3 python3-pip git libcurl4-openssl-dev libgomp1 |
