Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created March 8, 2023 20:15
Show Gist options
  • Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop.
Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop.

Revisions

  1. Mishco created this gist Mar 8, 2023.
    6 changes: 6 additions & 0 deletions long.dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ARG IMAGE_VARIANT=slim-buster
    ARG OPENJDK_VERSION=8
    ARG PYTHON_VERSION=3.9.8

    FROM python:${PYTHON_VERSION}-${IMAGE_VARIANT} AS py3
    FROM openjdk:${OPENJDK_VERSION}-${IMAGE_VARIANT}