Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed May 8, 2020
1 parent 64ea2f0 commit dcdc0d7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
#
# Docker file for json-patch CI tests
#
FROM debian:unstable

# NOTE: Switch back to debian:testing when GDC 8.1 is default in testing as well

# prepare
RUN apt-get update -qq

# install build essentials
RUN apt-get install -yq gcc gdc ldc meson dub

# finish
RUN mkdir /build
WORKDIR /build

0 comments on commit dcdc0d7

Please sign in to comment.