Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 7490:c086d0fb7171
Fix issing "as build" for multistage build.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 15 Jun 2023 15:05:54 -0400 |
| parents | 38ce0a2a9cf8 |
| children | b290c7b95986 |
comparison
equal
deleted
inserted
replaced
| 7489:f0ff7f790c5c | 7490:c086d0fb7171 |
|---|---|
| 25 # Python version as a.b Used for installation directory and | 25 # Python version as a.b Used for installation directory and |
| 26 # COPY from install dir in second stage. | 26 # COPY from install dir in second stage. |
| 27 ARG pythonversion=3.11 | 27 ARG pythonversion=3.11 |
| 28 | 28 |
| 29 #FROM python:3-alpine | 29 #FROM python:3-alpine |
| 30 FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 | 30 FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build |
| 31 | 31 |
| 32 # Inherit global values https://github.com/moby/moby/issues/37345 | 32 # Inherit global values https://github.com/moby/moby/issues/37345 |
| 33 ARG appdir | 33 ARG appdir |
| 34 | 34 |
| 35 WORKDIR $appdir | 35 WORKDIR $appdir |
