소스 검색

Try gcc 6 on Debian 9

Lauri Ojansivu 8 년 전
부모
커밋
6357d2fa8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,7 +12,7 @@ ARG ARCHITECTURE
 ARG SRC_PATH
 
 # Set the environment variables (defaults where required)
-ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9"
+ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-6"
 ENV GOSU_VERSION=1.10
 ENV NODE_VERSION ${NODE_VERSION:-v4.8.4}
 ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}