mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
FROM golang:1.26
|
|
|
|
RUN apt-get update
|
|
RUN apt-get -y install python3
|
|
RUN apt-get -y install python3-setuptools
|
|
RUN apt-get -y install python3-pip
|