1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

fix_pam_bug removed (#431)

This commit is contained in:
Zsolt Ero
2017-08-01 01:35:38 +02:00
committed by GitHub
parent 40bad74956
commit d6702be8c3
2 changed files with 0 additions and 34 deletions

View File

@@ -6,7 +6,6 @@ COPY . /bd_build
RUN /bd_build/prepare.sh && \
/bd_build/system_services.sh && \
/bd_build/utilities.sh && \
/bd_build/fix_pam_bug.sh && \
/bd_build/cleanup.sh
ENV DEBIAN_FRONTEND="teletype" \