Commit d5dc2c4f411dfc9a83ace0b9f05a5172f7d937ed
1 parent
31b810400e
Exists in
master
and in
2 other branches
Docker 이미지 설치 오류 수정
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
docker/Dockerfile
... | ... | @@ -14,13 +14,13 @@ RUN \ |
14 | 14 | git-core build-essential gcc-arm-none-eabi libssl-dev \ |
15 | 15 | sed binutils patch gzip bzip2 perl tar cpio python unzip rsync wget \ |
16 | 16 | libz3-dev libncurses5-dev pkg-config libusb-1.0-0-dev \ |
17 | - bc lzop u-boot-tools vim flex bison \ | |
17 | + bc lzop u-boot-tools vim flex bison subversion \ | |
18 | 18 | && \ |
19 | 19 | rm -rf /var/lib/apt/lists/* |
20 | 20 | |
21 | 21 | CMD ["/bin/bash"] |
22 | 22 | |
23 | -ADD toolchain/arm-buildroot-linux-gnueabihf-4.9.3.tar.gz /opt | |
23 | +ADD toolchain/arm-buildroot-linux-gnueabihf-4.9.4.tar.gz /opt | |
24 | 24 | |
25 | 25 | env WORK_TOP_PATH /work |
26 | 26 | ... | ... |