Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.9.13-alpine3.16
# FROM ghcr.io/kbase/execution_engine2-develop:pr-443
# FROM python:3.9.13-alpine3.16
FROM elastic/logstash:7.13.3

# Install Base Packages
RUN apk --no-cache add bash curl
# RUN apk --no-cache add bash curl

ENTRYPOINT ["sleep 1d"]