Skip to content

Commit

Permalink
cleanup: remove version history from Dockerfile
Browse files Browse the repository at this point in the history
This is a Git repository, so there is no need to track any of
that separately. (Furthermore, probably nobody cares about the
history of that Dockerfile.)
  • Loading branch information
striezel committed Jul 28, 2024
1 parent 5653ed8 commit b9de635
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# This Dockerfile will set up a Debian 12-based container that is able to
# run the Meteor chess application.
#
# Version 0.08
#
# History
# -------
#
# version 0.08 - use debian:12-slim as base image
# version 0.07 - use debian:11-slim as base image
# version 0.06 - reduce overhead + remove no longer needed stuff
# version 0.05 - use debian:10-slim as base image
# version 0.04 - add bzip2 and tar packages for PhantomJS
# version 0.03 - fix locale setting problem with MongoDB
# version 0.02 - allow Meteor 1.4.2.1 and later to run as superuser in Docker
# version 0.01 - initial version

FROM debian:12-slim
MAINTAINER Dirk Stolle <striezel-dev@web.de>
Expand Down

0 comments on commit b9de635

Please sign in to comment.