Skip to content

Instantly share code, notes, and snippets.

@mambax
Created April 16, 2021 04:13
Show Gist options
  • Save mambax/2689ff91c29261c61aca89b1e70f9299 to your computer and use it in GitHub Desktop.
Save mambax/2689ff91c29261c61aca89b1e70f9299 to your computer and use it in GitHub Desktop.
nds-swe/exman-packer/Dockerfile
FROM openjdk:14-alpine
RUN apk update && apk upgrade && apk add --no-cache supervisor openssh nginx bash curl
CMD ["echo", "Empty Dockerfile, do task https://nds-swe.github.io/swdt/docs/tasks/client-server to get access later."]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment