Skip to content

Commit

Permalink
add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
chibiegg committed May 7, 2017
1 parent c781fc1 commit 4bd215a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-initial/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04

RUN apt-get update && apt-get -y upgrade && apt-get install -y libxrender-dev libxtst-dev vnc4server twm
RUN apt-get update && apt-get -y upgrade && apt-get install -y build-essential libxrender-dev libxtst-dev vnc4server twm

RUN mkdir -p /opt
ADD files/Xilinx_Vivado_SDK_2016.1_0409_1_Lin64.bin /opt/Xilinx_Vivado_SDK_2016.1_0409_1_Lin64.bin
Expand Down

0 comments on commit 4bd215a

Please sign in to comment.