Skip to content

Commit 94dd10a

Browse files
committed
Removed stale lines from Dockerfile.fivesafes-profile.
1 parent ae4d227 commit 94dd10a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile.fivesafes-profile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN pip install --no-cache-dir -r requirements.txt
1616
COPY cratey.py LICENSE /app/
1717
COPY app /app/app
1818
RUN <<EOF_WRF
19-
mkdir -p /app/profiles
2019
wget -O /tmp/rocrate-validator-profiles.tar.gz "$PROFILES_ARCHIVE_URL"
2120
tar -xzf /tmp/rocrate-validator-profiles.tar.gz \
2221
-C /usr/local/lib/python${PY_VER}/site-packages/rocrate_validator/profiles/ \
@@ -29,7 +28,6 @@ RUN useradd -ms /bin/bash flaskuser
2928
RUN chown -R flaskuser:flaskuser /app
3029

3130
ENV FIVE_SAFES_PROFILE_VERSION=${FIVE_SAFES_PROFILE_VERSION}
32-
ENV PROFILES_PATH=/app/profiles
3331

3432
USER flaskuser
3533

0 commit comments

Comments
 (0)