forked from certbot/certbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make testdata the CWD of compatibility test dockerfiles
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
FROM debian:jessie | ||
MAINTAINER Brad Warren <[email protected]> | ||
|
||
WORKDIR /opt/certbot | ||
|
||
# no need to mkdir anything: | ||
# https://docs.docker.com/reference/builder/#copy | ||
# If <dest> doesn't exist, it is created along with all missing | ||
|
@@ -48,4 +46,6 @@ RUN virtualenv --no-site-packages -p python2 /opt/certbot/venv && \ | |
# this might also help in debugging: you can "docker run --entrypoint | ||
# bash" and investigate, apply patches, etc. | ||
|
||
WORKDIR /opt/certbot/src/certbot-compatibility-test/certbot_compatibility_test/testdata | ||
|
||
ENV PATH /opt/certbot/venv/bin:$PATH |