Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FDSoftware committed Jan 13, 2021
1 parent 06b9512 commit 7c0a492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ FROM ubuntu:latest
ARG FIRMWARE='firmware.bin'
ENV FIRMWARE ${FIRMWARE}

RUN dnf install -y \
RUN apt update

RUN apt install -y \
wget \
libX11 \
bash
libx11-6

RUN cd /mnt &&\
wget https://github.com/xpack-dev-tools/qemu-arm-xpack/releases/download/v2.8.0-11/xpack-qemu-arm-2.8.0-11-linux-x64.tar.gz &&\
Expand Down
23 changes: 0 additions & 23 deletions github/workflows/build_image.yml

This file was deleted.

0 comments on commit 7c0a492

Please sign in to comment.