Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Mar 29, 2024
1 parent 3533196 commit d54b91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: make install
run: make install

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Use a base image (e.g., Ubuntu)
FROM ubuntu:latest

ENV DEBIAN_FRONTEND noninteractive
ENV TZ Etc/UTC
# Install necessary dependencies
RUN apt-get update && \
apt-get install -y build-essential tcl wget && \
Expand Down

0 comments on commit d54b91b

Please sign in to comment.