Created
April 16, 2021 04:13
-
-
Save mambax/2689ff91c29261c61aca89b1e70f9299 to your computer and use it in GitHub Desktop.
nds-swe/exman-packer/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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